mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-28 23:54:18 +00:00
Small css fix to break very long nonbreaking space (ie: added word break)
This commit is contained in:
parent
ee3dd2e72a
commit
3ac31ee546
@ -839,6 +839,7 @@ button.disabled:hover
|
|||||||
{
|
{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin: 2px 10px 4px 60px;
|
margin: 2px 10px 4px 60px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.post-context
|
.post-context
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user