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 untrusted user: blacklight
GPG key ID: D90FBA7F76362774

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;
}