sidebar: fix overflow of some long links.

136e2777cb didn't account for the
wiki_pages sidebar.
This commit is contained in:
NamelessContributor
2022-09-03 12:37:24 +02:00
parent 743989262d
commit 9ea3ffb10e

View File

@@ -40,6 +40,8 @@ footer#page-footer {
@media (min-width: 1920px) {
min-width: 280px;
}
overflow-wrap: break-word;
}
#content {