mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07: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:
@@ -10,7 +10,6 @@
|
||||
border-radius: 6px;
|
||||
height: auto;
|
||||
line-height: 1.5;
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user