From 6c201c7b130ab34fa25c782097c505618129fcce Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 12 Nov 2021 17:06:14 -0600 Subject: [PATCH] SubNavigation: fix weird overflow issue --- app/styles/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/navigation.scss b/app/styles/navigation.scss index 035cc55f8..930991aec 100644 --- a/app/styles/navigation.scss +++ b/app/styles/navigation.scss @@ -171,7 +171,7 @@ align-self: center; justify-self: center; font-weight: bold; - overflow-x: hidden; + overflow: hidden; text-overflow: ellipsis; max-width: calc(100vw - 200px); }