Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
🐛 fix(table): Add <td> min-height
Fixes #101
  • Loading branch information
anselal committed Oct 15, 2017
1 parent 930b613 commit 7fb18b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mini/_table.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 7fb18b0

Please sign in to comment.