Skip to content

Commit

Permalink
Fix broken visualize CSS (#22707) (#22712)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes authored Sep 5, 2018
1 parent 61bb877 commit 0169da8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

/* Without setting this to 0 you will run into a bug where the filter bar modal is hidden under
a tilemap in an iframe: https://github.com/elastic/kibana/issues/16457 */
> visualize {
> .visualize {
height: 100%;
flex: 1 1 auto;
display: flex;
Expand Down Expand Up @@ -419,7 +419,7 @@ a tilemap in an iframe: https://github.com/elastic/kibana/issues/16457 */
flex-basis: 100%;
}

visualize {
.visualize {
.flex-parent();
flex: 1 1 100%;
}
Expand Down

0 comments on commit 0169da8

Please sign in to comment.