always wrap links in aside

This commit is contained in:
Joe 2021-03-23 21:38:49 -05:00
parent 9031dfb241
commit 660f028c03
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ line {
white-space: nowrap;
}
.content a.long {
.content a.long, .aside h3 a {
white-space: normal;
}