Fix presets overflow in split column mode

This commit is contained in:
MattIPv4 2020-06-04 15:10:37 +01:00
parent 799bb56431
commit 144cdc815a

View file

@ -35,6 +35,7 @@ THE SOFTWARE.
.buttons-group {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
@ -57,6 +58,10 @@ THE SOFTWARE.
.buttons-group {
align-items: center;
.button {
margin: 0 .25rem .5rem;
}
}
}