🐛 fix(table): Add <td> min-height

Fixes #101
This commit is contained in:
Anastasios Selalmazidis 2017-10-15 16:11:33 +03:00
parent 930b613d29
commit 7fb18b07c0

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;