Skip to content

Commit

Permalink
Fix vis editor layout (#53292) (#53685)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof authored Dec 21, 2019
1 parent 4b2a419 commit 052e347
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
.visEditor {
@include flex-parent();

@include euiBreakpoint('l', 'xl') {
position: absolute;
width: 100%;
height: 100%;
}
height: 100%;

@include euiBreakpoint('xs', 's', 'm') {
.visualization {
Expand Down

0 comments on commit 052e347

Please sign in to comment.