diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-03-04 06:27:49 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-03-04 06:27:49 +0300 |
commit | 22553681a3711a7f3dc2178e87952ccb3914fc49 (patch) | |
tree | c47afedb6360097225c0f67e64ddbb18e7a152cd /htdocs | |
parent | 179d694b6dd0d4019c8a711c1ccee42c52e689c6 (diff) |
css fixes again
Diffstat (limited to 'htdocs')
-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 |