Skip to content

Commit 80d2216

Browse files
feat(datagrid-dropdown-filter): enhance input container styling for better overflow handling
1 parent 1cbda71 commit 80d2216

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,17 @@ $root: ".widget-dropdown-filter";
327327
}
328328

329329
#{$root}-input {
330-
width: initial;
331330
flex-basis: 0;
332331
min-width: 75px;
333332
}
334333

334+
#{$root}-input-container {
335+
display: block;
336+
white-space: nowrap;
337+
text-overflow: ellipsis;
338+
overflow: hidden;
339+
}
340+
335341
#{$root}-clear {
336342
border-color: transparent;
337343
}

0 commit comments

Comments
 (0)