fix button alignment in button groups

This commit is contained in:
Cory LaViska
2024-12-20 11:05:32 -05:00
parent 8e7816f308
commit 01918ca784

View File

@@ -1,5 +1,6 @@
.wa-button-group {
display: inline-flex;
align-items: center;
position: relative;
isolation: isolate;