feat: organize checks in columns
This commit is contained in:
parent
692d311558
commit
4b97bde6d9
3 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,9 @@
|
|||
.ds4-checks {
|
||||
column-gap: 2em;
|
||||
display: grid;
|
||||
grid-auto-flow: column;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
grid-template-rows: repeat(10, 1fr);
|
||||
row-gap: 0.25em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue