diff options
author | Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | 2021-04-18 03:21:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 03:21:37 +0000 |
commit | 422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d (patch) | |
tree | 1234ad520a981316bdf61db524e0f9b9d1c33177 /data/style.scss | |
parent | Add CHANGELOG entry for breadcrumbs RTL fix (diff) | |
download | miniserve-422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d.tar.gz miniserve-422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d.zip |
Wrap breadcrumbs at any char
This would make a good use of space in mobile view.
Diffstat (limited to '')
-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 { |