mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix an issue where top bar buttons would wrap their contents, causing janky UI (closes #5746)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user