Skip to content

Commit

Permalink
Fix safari legend being cut off on visualizations
Browse files Browse the repository at this point in the history
The flex-shrink and flex-grow properties here have no effect because
they are already set to 1 further up in the cascade, so this is really
only removing the flex-basis of 100% in favor of the already set value
of auto.

Fixes elastic#5876
  • Loading branch information
epixa authored and Khalah Jones committed Jan 11, 2016
1 parent 30e2e68 commit 4753531
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@
}

.visualize-chart {
flex: 1 1 100%;
position: relative;
}
}
Expand Down

0 comments on commit 4753531

Please sign in to comment.