Break words
This commit is contained in:
parent
1c00c4329c
commit
b2668cf1b0
1 changed files with 4 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Reference in a new issue