fix demo table layout height

This commit is contained in:
Robin Appelman 2023-09-30 17:42:11 +02:00
commit 6dcb4493a1
2 changed files with 5 additions and 1 deletions

View file

@ -24,7 +24,7 @@
} }
& td.title { & td.title {
max-width: 0px; max-width: 0;
} }
& td.date { & td.date {

View file

@ -226,3 +226,7 @@ p.page-note {
line-height: 32px; line-height: 32px;
font-size: 120%; font-size: 120%;
} }
table {
line-height: 24px;
}