Skip to content

Commit

Permalink
[EuiFlexItem] [SAFE] Remove unit from flex basis
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 23, 2022
1 parent a8ee424 commit 7086c9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/flex/_flex_group.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* 1. Not always needed, but fixes an IE11 issue when flex-groups are nested under display: flex elements.
* 2. IE requires a unit to grow.
*/

.euiFlexGroup {
Expand All @@ -14,7 +13,7 @@
}

flex-grow: 1;
flex-basis: 0%; /* 2 */
flex-basis: 0;
}
}

Expand Down

0 comments on commit 7086c9a

Please sign in to comment.