From 35d005802611f8822dfd15133de37de653dbec50 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 22 Mar 2020 22:44:33 +0100 Subject: [PATCH] Fix icon overflowing in navigation --- src/styles/theme/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index 868491065..4f720cb93 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -130,7 +130,7 @@ align-items: center; justify-content: space-between; - span { + span:not(.icon) { overflow: hidden; text-overflow: ellipsis; }