Reorder some css properties

This commit is contained in:
Johannes Loher 2021-04-20 23:01:33 +02:00
parent 4b0510c8a6
commit 1297de5565

View file

@ -1,6 +1,6 @@
.ds4-checks {
display: grid;
column-gap: 2em;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
row-gap: 0.25em;
white-space: nowrap;