Skip to content

Commit

Permalink
Fix vis editor layout (#53292)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof authored Dec 20, 2019
1 parent 672eac0 commit c8a430a
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 c8a430a

Please sign in to comment.