We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a25666 commit ca9688eCopy full SHA for ca9688e
packages/modules/data-widgets/src/themesource/datawidgets/web/_datagrid-dropdown-filter.scss
@@ -316,6 +316,10 @@ $root: ".widget-dropdown-filter";
316
&:has(+ #{$root}-selected-item)::after {
317
content: ",";
318
}
319
+
320
+ & + #{$root}-input {
321
+ display: none;
322
+ }
323
324
325
#{$root}-remove-icon {
@@ -332,6 +336,14 @@ $root: ".widget-dropdown-filter";
332
336
min-width: 75px;
333
337
334
338
339
+ #{$root}-input-container {
340
+ gap: 0;
341
+ display: inline-block;
342
+ white-space: nowrap;
343
+ text-overflow: ellipsis;
344
+ overflow: hidden;
345
346
335
347
#{$root}-clear {
348
border-color: transparent;
349
0 commit comments