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

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