feat: Add specific class to table cell

This commit is contained in:
sthag 2026-02-25 17:54:02 +01:00
parent 69535d87ac
commit ddedf3bbf2

View file

@ -197,6 +197,10 @@ th, td {
th { th {
border: config.$border_basic; border: config.$border_basic;
text-align: left; text-align: left;
&.min {
width: 1%;
}
} }
td { td {