We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeef67 commit 1fca4c2Copy full SHA for 1fca4c2
src/components/filter_group/_filter_group.scss
@@ -36,9 +36,11 @@
36
display: flex;
37
}
38
39
-// A fixed width is required in IE11 because of the shift in widths that can be caused
+// A fixed width is required because of the shift in widths that can be caused
40
// by the loading animation that precedes the results.
41
.euiFilterGroup__popoverPanel {
42
+ // Note for Emotion conversion: there are unfortunately 5+ direct
43
+ // usages of this className in Kibana that will need to be refactored
44
width: $euiSize * 18;
45
46
0 commit comments