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); }