diff options
-rw-r--r-- | htdocs/scss/app/mobile.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/scss/app/mobile.scss b/htdocs/scss/app/mobile.scss index 4eae019..30782a1 100644 --- a/htdocs/scss/app/mobile.scss +++ b/htdocs/scss/app/mobile.scss @@ -46,6 +46,6 @@ a.head-item:last-child > span { .blog-list.withtags { margin-right: 0; } -//.blog-post-toc { -// display: none; -//}
\ No newline at end of file +.blog-post-text code { + word-wrap: break-word; +}
\ No newline at end of file |