From 462dcebc6d5444d408e950a43b42aa5ca9989363 Mon Sep 17 00:00:00 2001 From: jack gleeson Date: Mon, 15 Mar 2021 13:57:20 -0400 Subject: [PATCH] Fix breadcrumb text clipping issue Fixing issue on low resolutions / narrow screens where the breadcrumb menu items overlap under the reference items to the right. This is closer to the hg.sr.ht layout which wraps on narrow screens. --- scss/main.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index 4aacbda..0f251d6 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -414,7 +414,6 @@ img { display: flex; .breadcrumb { - white-space: nowrap; flex-grow: 1; width: 100%; } -- 2.38.4