fix: prevent overflow of some columns in the spell tab i nactor sheets
This commit is contained in:
parent
2cabd0dcb2
commit
1d5cbad154
1 changed files with 1 additions and 4 deletions
|
@ -54,10 +54,7 @@
|
||||||
&--spell {
|
&--spell {
|
||||||
grid-template-columns: $row-height $row-height 2fr $row-height 1fr 1fr 1fr 1fr 5ch;
|
grid-template-columns: $row-height $row-height 2fr $row-height 1fr 1fr 1fr 1fr 5ch;
|
||||||
:nth-child(9n + 1),
|
:nth-child(9n + 1),
|
||||||
:nth-child(9n + 4),
|
:nth-child(9n + 4) {
|
||||||
:nth-child(9n + 6),
|
|
||||||
:nth-child(9n + 7),
|
|
||||||
:nth-child(9n + 8) {
|
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue