more aggressive wrapping for urls in status.lol

This commit is contained in:
John Bowdre 2023-12-22 09:33:03 -06:00
parent a643a47086
commit e38b1e4997

View file

@ -169,3 +169,8 @@ ul.pagination li {
display:flex;
justify-content: center;
}
/* statuslol overrides */
.statuslol_content a {
overflow-wrap: break-word;
}