Merge pull request #102 from anselal/master

🐛 fix(table): Add <td> min-height
This commit is contained in:
Angelos Chalaris 2017-10-15 18:13:56 +03:00 committed by GitHub
commit d15d6571a4

View file

@ -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;