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:
Sylvie Crowe 2024-03-27 14:28:36 -07:00 committed by GitHub
parent 964751aae1
commit b308334038
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,6 @@
border-radius: 6px;
height: auto;
line-height: 1.5;
display: block;
white-space: nowrap;
user-select: none;