fix: always display checks in 3 columns
This commit is contained in:
parent
b41d506e2c
commit
880726305d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
.ds4-checks {
|
.ds4-checks {
|
||||||
column-gap: 2em;
|
column-gap: 2em;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
row-gap: 0.25em;
|
row-gap: 0.25em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue