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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user