Don't break words in entity value frames.

This commit is contained in:
Fabio Manganiello 2023-09-16 02:58:17 +02:00
parent e947cb1e67
commit 52cb1afb4b
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ $collapse-toggler-width: 2em;
.value {
font-size: 1.1em;
font-weight: bold;
word-break: break-all;
word-break: break-word;
opacity: 0.8;
}