feat: Add specific class to table cell
This commit is contained in:
parent
69535d87ac
commit
ddedf3bbf2
1 changed files with 4 additions and 0 deletions
|
|
@ -197,6 +197,10 @@ th, td {
|
|||
th {
|
||||
border: config.$border_basic;
|
||||
text-align: left;
|
||||
|
||||
&.min {
|
||||
width: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue