Skip to content

Commit

Permalink
Update layout styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Suleiman committed Feb 15, 2021
1 parent f567034 commit c7ab156
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/vis_default_editor/public/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
* Collapsible sidebar container
*/

.visEditor__collapsibleSidebar {
flex-grow: 1;
}

// !importants on width and height are required to override resizable panel inline widths
.visEditor__collapsibleSidebar-isClosed {
min-width: 0;
Expand Down
4 changes: 4 additions & 0 deletions src/plugins/vis_default_editor/public/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
.visEditorSidebar {
height: 100%;
padding-left: $euiSizeS;

@include euiBreakpoint('xs', 's', 'm') {
padding-left: 0;
}
}

.visEditorSidebar__form {
Expand Down

0 comments on commit c7ab156

Please sign in to comment.