Fix presets overflow in split column mode
parent
799bb56431
commit
144cdc815a
|
@ -35,6 +35,7 @@ THE SOFTWARE.
|
||||||
.buttons-group {
|
.buttons-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,6 +58,10 @@ THE SOFTWARE.
|
||||||
|
|
||||||
.buttons-group {
|
.buttons-group {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
.button {
|
||||||
|
margin: 0 .25rem .5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue