summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-06-13 14:23:08 +0300
committerAndrew Dolgov <[email protected]>2022-06-13 14:23:08 +0300
commit184efcf3f51e55ef801862fe041de180433fecf6 (patch)
tree3627f929f96d7583a105bb867565da43fccfce14 /themes/light/cdm.less
parentc2f70444854bcb3ab540d495e57e88460cfee842 (diff)
fix rendering of articles with titles containing extremely long words
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 6bb3378c1..05ba3c99a 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -143,6 +143,7 @@
.titleWrap {
white-space : normal;
+ word-break : break-all;
}
.footer {