Skip to content

Commit

Permalink
[Editor] Fix the width of the container containing some editor params
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman committed Jul 24, 2022
1 parent 9cc5260 commit 55384a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ select {
}

.editorParamsToolbarContainer {
width: 220px;
min-width: 220px;
margin-bottom: -4px;
}

Expand Down

0 comments on commit 55384a0

Please sign in to comment.