aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli MJ Al-Nasrawy <alimjalnasrawy@gmail.com>2021-04-18 03:21:37 +0000
committerGitHub <noreply@github.com>2021-04-18 03:21:37 +0000
commit422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d (patch)
tree1234ad520a981316bdf61db524e0f9b9d1c33177
parentAdd CHANGELOG entry for breadcrumbs RTL fix (diff)
downloadminiserve-422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d.tar.gz
miniserve-422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d.zip
Wrap breadcrumbs at any char
This would make a good use of space in mobile view.
-rw-r--r--data/style.scss2
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 {