mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
more aggressive wrapping for urls in status.lol
This commit is contained in:
parent
a643a47086
commit
e38b1e4997
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue