align categories
This commit is contained in:
parent
21fcf5fc6c
commit
602b8556dc
1 changed files with 2 additions and 2 deletions
|
@ -2051,8 +2051,8 @@ input[type=checkbox][switch]:checked:active::before {
|
|||
}
|
||||
|
||||
.grouping-container {
|
||||
display: flex;
|
||||
flex-flow: wrap;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 16px;
|
||||
.grouping-btn {
|
||||
padding: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue