Skip to content

Commit

Permalink
Fix toolbar ordering on narrow screen
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Oct 21, 2024
1 parent 98ae773 commit fd14ca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/watcherTasks.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/common-ui/styles/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -1845,9 +1845,12 @@ div.gear-sheet-toolbar-holder {
}
}

set-view-toolbar {
display: contents;
}

div.gear-set-editor-toolbar, set-view-toolbar {

display: contents;
width: fit-content;
margin: auto;

Expand Down

0 comments on commit fd14ca8

Please sign in to comment.