fix tables: show empty rows

This commit is contained in:
korelstar 2020-05-01 07:14:31 +02:00
parent 8186e74abb
commit fdbdd1ce0c
1 changed files with 4 additions and 0 deletions

View File

@ -122,5 +122,9 @@ export default {
& table td, & table th {
padding-right: 1.5em;
}
& table td:empty::after {
content: '\00a0';
}
}
</style>