feat: Add dedicated style for cells
This commit is contained in:
parent
0623e818a4
commit
bed57b9443
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue