We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbda71 commit 151efb4Copy full SHA for 151efb4
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 {
@@ -332,6 +338,14 @@ $root: ".widget-dropdown-filter";
332
338
min-width: 75px;
333
339
334
340
341
+ #{$root}-input-container {
342
+ gap: 0;
343
+ display: inline-block;
344
+ white-space: nowrap;
345
+ text-overflow: ellipsis;
346
+ overflow: hidden;
347
348
335
349
#{$root}-clear {
336
350
border-color: transparent;
337
351
0 commit comments