FIX: Properly break overflowing long links in topic map (#13146)

This commit is contained in:
Penar Musaraj 2021-05-25 15:43:58 -04:00 committed by GitHub
parent 6e9ee3db03
commit 452ea7e32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ blockquote {
td {
vertical-align: top;
padding: 1px;
word-wrap: anywhere;
word-break: break-all;
}
.topic-links {