Merge pull request #102 from anselal/master
🐛 fix(table): Add <td> min-height
This commit is contained in:
commit
d15d6571a4
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ table {
|
|||
@if $table-body-fore-color != $fore-color {
|
||||
color: $table-body-fore-color;
|
||||
}
|
||||
min-height: 1.5rem;
|
||||
}
|
||||
thead th {
|
||||
border-top: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue