We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbda71 commit 0393949Copy full SHA for 0393949
packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid-dropdown-filter.scss
@@ -316,6 +316,12 @@ $root: ".widget-dropdown-filter";
316
&:has(+ #{$root}-selected-item)::after {
317
content: ",";
318
}
319
+
320
+ & + #{$root}-input {
321
+ position: absolute;
322
+ opacity: 0;
323
+ left: 0;
324
+ }
325
326
327
#{$root}-remove-icon {
@@ -327,11 +333,17 @@ $root: ".widget-dropdown-filter";
333
328
334
329
335
#{$root}-input {
330
- width: initial;
331
336
flex-basis: 0;
332
337
min-width: 75px;
338
339
340
+ #{$root}-input-container {
341
+ display: block;
342
+ white-space: nowrap;
343
+ text-overflow: ellipsis;
344
+ overflow: hidden;
345
346
347
#{$root}-clear {
348
border-color: transparent;
349
0 commit comments