mirror of
https://github.com/digitalocean/nginxconfig.io
synced 2024-11-10 04:24:12 +00:00
Fix presets overflow in split column mode
This commit is contained in:
parent
799bb56431
commit
144cdc815a
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue