fix: prevent overflow of some columns in the spell tab i nactor sheets

This commit is contained in:
Johannes Loher 2022-08-15 16:11:59 +02:00
parent 2cabd0dcb2
commit 1d5cbad154

View file

@ -54,10 +54,7 @@
&--spell {
grid-template-columns: $row-height $row-height 2fr $row-height 1fr 1fr 1fr 1fr 5ch;
:nth-child(9n + 1),
:nth-child(9n + 4),
:nth-child(9n + 6),
:nth-child(9n + 7),
:nth-child(9n + 8) {
:nth-child(9n + 4) {
justify-self: center;
}
}