Skip to content

Commit

Permalink
Workspace toolbar wraps on smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Sep 15, 2020
1 parent 12aa5db commit c02337f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,5 @@
}

.lnsWorkspacePanelWrapper__toolbar {
@include euiScrollBar;
overflow-x: auto;
margin-bottom: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function WorkspacePanelWrapper({
gutterSize="m"
direction="row"
responsive={false}
wrap={true}
className="lnsWorkspacePanelWrapper__toolbar"
>
<EuiFlexItem grow={false}>
Expand Down

0 comments on commit c02337f

Please sign in to comment.