From 422cbb37285a6e89a1e71ee9e5a3bbe26e21cb6d Mon Sep 17 00:00:00 2001 From: Ali MJ Al-Nasrawy Date: Sun, 18 Apr 2021 06:21:37 +0300 Subject: Wrap breadcrumbs at any char This would make a good use of space in mobile view. --- data/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 { -- cgit v1.2.3