Fix an issue where top bar buttons would wrap their contents, causing janky UI (closes #5746)

This commit is contained in:
Quincy Morgan
2019-01-22 09:41:00 -05:00
parent 1323ec3d5a
commit bad8d7620e

View File

@@ -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;