FIX: Properly break overflowing long links in topic map (#13146)
This commit is contained in:
parent
6e9ee3db03
commit
452ea7e32e
|
@ -461,7 +461,7 @@ blockquote {
|
|||
td {
|
||||
vertical-align: top;
|
||||
padding: 1px;
|
||||
word-wrap: anywhere;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.topic-links {
|
||||
|
|
Loading…
Reference in New Issue