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