Fix CSS for Presets columns
This commit is contained in:
parent
1e95da5ec4
commit
f478fbcbc2
|
@ -38,10 +38,11 @@ THE SOFTWARE.
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.header-group {
|
||||
justify-content: space-between;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue