mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
fix: use flex for .wave-button instead of block (#511)
Previously, .wave-button had `display: block;` overwriting the expected `display: flex;`. This resulted in buttons with an icon being aligned vertically instead of horizontally. This change removes the undesired `display: block;` so the buttons are formatted horizontally again.
This commit is contained in:
parent
964751aae1
commit
b308334038
@ -10,7 +10,6 @@
|
||||
border-radius: 6px;
|
||||
height: auto;
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user