styling fixes

This commit is contained in:
2024-11-10 13:23:07 +01:00
parent f236b15b5e
commit 3fa69eb169
4 changed files with 66 additions and 35 deletions

View File

@@ -7,5 +7,8 @@ li {
}
li i {
word-break: break-all
word-break: break-all;
font-size: 1rem;
}

View File

@@ -20,3 +20,7 @@ td {
padding: 0 1rem 1rem 1rem;
vertical-align: top;
}
td a {
word-break: keep-all;
}