wrap long words in posts

This commit is contained in:
Anders Rune Jensen
2018-01-11 00:07:52 +01:00
parent 73e8e7c298
commit e3788ada87
+3
View File
@@ -223,6 +223,9 @@ var styles = `
article > header > figure > figcaption {
display: flex; flex-direction: column;
}
article > section {
word-wrap: break-word;
}
.ssb-avatar-name { font-size: 1.2em; font-weight: bold; }
time a { color: #868e96; }
.ssb-avatar-name, time a {