Skip to content

Commit 052e347

Browse files
authored
Fix vis editor layout (#53292) (#53685)
1 parent 4b2a419 commit 052e347

File tree

1 file changed

+1
-5
lines changed
  • src/legacy/core_plugins/kibana/public/visualize/np_ready/editor

1 file changed

+1
-5
lines changed

src/legacy/core_plugins/kibana/public/visualize/np_ready/editor/_editor.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
.visEditor {
22
@include flex-parent();
33

4-
@include euiBreakpoint('l', 'xl') {
5-
position: absolute;
6-
width: 100%;
7-
height: 100%;
8-
}
4+
height: 100%;
95

106
@include euiBreakpoint('xs', 's', 'm') {
117
.visualization {

0 commit comments

Comments
 (0)