Skip to content

Commit

Permalink
Fix an issue where top bar buttons would wrap their contents, causing…
Browse files Browse the repository at this point in the history
… janky UI (closes #5746)
  • Loading branch information
quincylvania committed Jan 22, 2019
1 parent 1323ec3 commit bad8d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ button[disabled].action:hover {
align-items: center;
padding: 0 10px;
min-width: 30px;
white-space: nowrap;
}
.tool-group button .icon {
flex: 0 0 20px;
Expand Down

0 comments on commit bad8d76

Please sign in to comment.