Break word of titles/descriptions
This commit is contained in:
parent
fd69bf6be0
commit
21aa568452
|
@ -142,6 +142,7 @@ body {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0 5px 0 0;
|
margin: 0 5px 0 0;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -161,6 +162,7 @@ body {
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
margin: 10px 0 20px 0;
|
margin: 10px 0 20px 0;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metadatas {
|
.metadatas {
|
||||||
|
|
Loading…
Reference in New Issue