Reorder some css properties
This commit is contained in:
parent
4b0510c8a6
commit
1297de5565
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.ds4-checks {
|
.ds4-checks {
|
||||||
display: grid;
|
|
||||||
column-gap: 2em;
|
column-gap: 2em;
|
||||||
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
|
||||||
row-gap: 0.25em;
|
row-gap: 0.25em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue