mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-08 06:46:29 +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 {
|
@if $table-body-fore-color != $fore-color {
|
||||||
color: $table-body-fore-color;
|
color: $table-body-fore-color;
|
||||||
}
|
}
|
||||||
|
min-height: 1.5rem;
|
||||||
}
|
}
|
||||||
thead th {
|
thead th {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
|
Reference in New Issue
Block a user