more aggressive wrapping for urls in status.lol

This commit is contained in:
John Bowdre 2023-12-22 09:33:03 -06:00
parent 20b3ce4635
commit be65101f0f

View file

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