wrap long words in posts
This commit is contained in:
@@ -223,6 +223,9 @@ var styles = `
|
|||||||
article > header > figure > figcaption {
|
article > header > figure > figcaption {
|
||||||
display: flex; flex-direction: column;
|
display: flex; flex-direction: column;
|
||||||
}
|
}
|
||||||
|
article > section {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
.ssb-avatar-name { font-size: 1.2em; font-weight: bold; }
|
.ssb-avatar-name { font-size: 1.2em; font-weight: bold; }
|
||||||
time a { color: #868e96; }
|
time a { color: #868e96; }
|
||||||
.ssb-avatar-name, time a {
|
.ssb-avatar-name, time a {
|
||||||
|
|||||||
Reference in New Issue
Block a user