mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Removing flex-basis: 0 to make items size properly in IE11 (#16557)
This commit is contained in:
parent
22157b85d2
commit
2f26f51748
2 changed files with 1 additions and 5 deletions
5
ui_framework/dist/ui_framework.css
vendored
5
ui_framework/dist/ui_framework.css
vendored
|
@ -1162,10 +1162,7 @@ main {
|
|||
-webkit-box-flex: 1;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-positive: 1;
|
||||
flex-grow: 1;
|
||||
-webkit-flex-basis: 0;
|
||||
-ms-flex-preferred-size: 0;
|
||||
flex-basis: 0; }
|
||||
flex-grow: 1; }
|
||||
|
||||
.kuiFlexGroup--gutterSmall {
|
||||
margin: -4px; }
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
.kuiFlexItem {
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue