forked from platypush/platypush
Don't break words in entity value frames.
This commit is contained in:
parent
e947cb1e67
commit
52cb1afb4b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ $collapse-toggler-width: 2em;
|
||||||
.value {
|
.value {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue