1
0
Fork 0

Break words

This commit is contained in:
Alex Kotov 2021-08-14 09:23:56 +05:00
parent 1c00c4329c
commit b2668cf1b0
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -33,6 +33,10 @@ class HtmlGenerator(private val title: String, private val contentHtml: String)
private fun fullCss(): String {
return """
article {
word-break: break-word;
word-wrap: break-word;
}
img {
max-width: 100%;
}