Skip to content

Commit

Permalink
[EuiFlexGroup] [UNSAFE?] Remove flex-grow: 1??
Browse files Browse the repository at this point in the history
- not sure if this causes unexpected issues :/
  • Loading branch information
cee-chen committed Aug 23, 2022
1 parent 7086c9a commit dadedf1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/flex/_flex_group.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
/**
* 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements.
*/

.euiFlexGroup {
display: flex;
align-items: stretch;
flex-grow: 1; /* 1 */

.euiFlexItem {
@include internetExplorerOnly {
Expand Down

0 comments on commit dadedf1

Please sign in to comment.