mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 00:19:53 +08:00
Fix presets overflow in split column mode
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user