Skip to content

Commit

Permalink
[EuiSearchBar] Remove IE from comment
Browse files Browse the repository at this point in the history
- the fixed width affects modern browsers as well
- add note of Kibana findings for Emotion conversion
  • Loading branch information
cee-chen committed Aug 22, 2022
1 parent 06ef338 commit 26550b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/filter_group/_filter_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
display: flex;
}

// 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
// by the loading animation that precedes the results.
.euiFilterGroup__popoverPanel {
// Note for Emotion conversion: there are unfortunately 5+ direct
// usages of this className in Kibana that will need to be refactored
width: $euiSize * 18;
}

Expand Down

0 comments on commit 26550b6

Please sign in to comment.