diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-06-13 14:23:08 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-06-13 14:23:08 +0300 |
| commit | 184efcf3f51e55ef801862fe041de180433fecf6 (patch) | |
| tree | 3627f929f96d7583a105bb867565da43fccfce14 /themes/light/cdm.less | |
| parent | c2f70444854bcb3ab540d495e57e88460cfee842 (diff) | |
fix rendering of articles with titles containing extremely long words
Diffstat (limited to 'themes/light/cdm.less')
| -rw-r--r-- | themes/light/cdm.less | 1 |
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 { |