diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-04-18 03:39:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 03:39:34 +0000 |
commit | f04978446e56755c63e02e6b0fe33df41fe1d3e9 (patch) | |
tree | 3dca1cfd3628f9f42ab8bae57cabdaf1d1b4eb49 | |
parent | Add CHANGELOG entry for fixed URL percent encoding for special characters (diff) | |
parent | Wrap breadcrumbs at any char (diff) | |
download | miniserve-f04978446e56755c63e02e6b0fe33df41fe1d3e9.tar.gz miniserve-f04978446e56755c63e02e6b0fe33df41fe1d3e9.zip |
Merge pull request #496 from aliemjay/patch-1
Wrap breadcrumbs at any char
-rw-r--r-- | data/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.scss b/data/style.scss index 7d8a73d..b901ef6 100644 --- a/data/style.scss +++ b/data/style.scss @@ -39,7 +39,7 @@ body { } .title { - word-break: break-word; + word-break: break-all; } .title a { |