feat: Add dedicated style for cells

This commit is contained in:
sthag 2026-02-14 10:14:38 +01:00
parent 0623e818a4
commit bed57b9443

View file

@ -109,6 +109,10 @@ tr {
th, td { th, td {
@extend %basic; @extend %basic;
padding: config.$space_half; padding: config.$space_half;
&.rigid {
white-space: nowrap;
}
} }
th { th {