Skip to content

Commit 1fca4c2

Browse files
committed
[EuiSearchBar] Remove IE from comment
- the fixed width affects modern browsers as well - add note of Kibana findings for Emotion conversion
1 parent feeef67 commit 1fca4c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/filter_group/_filter_group.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
display: flex;
3737
}
3838

39-
// A fixed width is required in IE11 because of the shift in widths that can be caused
39+
// A fixed width is required because of the shift in widths that can be caused
4040
// by the loading animation that precedes the results.
4141
.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
4244
width: $euiSize * 18;
4345
}
4446

0 commit comments

Comments
 (0)