1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 13:56:27 +02:00

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

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;