Skip to content

Commit 80ca67f

Browse files
committed
fix: prevent text wrap to avoid side effects
1 parent b032b81 commit 80ca67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid-dropdown-filter.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ $root: ".widget-dropdown-filter";
109109
&-menu-item-text {
110110
overflow: hidden;
111111
text-overflow: ellipsis;
112+
white-space: nowrap;
112113
}
113114

114115
&-checkbox-slot {

0 commit comments

Comments
 (0)