chore: FitButtonBar no longer fits on one line (#120)

This commit is contained in:
Patric Stout
2024-05-12 20:52:37 +02:00
committed by GitHub
parent 96fedb3f87
commit 1a4001ebcb

View File

@@ -1,10 +1,11 @@
.fitButtonBar {
display: flex;
justify-content: space-between;
width: 100%;
}
.fitButtonBar > div {
height: 40px;
margin-right: 10px;
}
.button {