diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-09 22:49:07 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-09 22:49:07 +0200 |
commit | 4227d89a75104b643e1f97a42cbb19c4ba65113f (patch) | |
tree | 6084ca00780e69210a9d3399d176fc86b57cf9ab /theme/admin/rsrc/css/import | |
parent | eb6c2659c877b927d5461d9de309dd16e8ae8155 (diff) | |
download | blog-4227d89a75104b643e1f97a42cbb19c4ba65113f.tar.gz blog-4227d89a75104b643e1f97a42cbb19c4ba65113f.tar.xz blog-4227d89a75104b643e1f97a42cbb19c4ba65113f.zip |
Bugfix: Add CSS "word-break" property
Diffstat (limited to 'theme/admin/rsrc/css/import')
-rw-r--r-- | theme/admin/rsrc/css/import/_styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/admin/rsrc/css/import/_styles.scss b/theme/admin/rsrc/css/import/_styles.scss index 8ef18bc..0462a20 100644 --- a/theme/admin/rsrc/css/import/_styles.scss +++ b/theme/admin/rsrc/css/import/_styles.scss @@ -65,6 +65,7 @@ html { color: $textColor; background: $htmlBackgroundColor; -webkit-hyphens: auto; + word-break: break-word; hyphens: auto; } |