From 2d04fc4fc0c5a9106224a2e33ecfa2ba15d172c6 Mon Sep 17 00:00:00 2001 From: Sudarshan Date: Wed, 3 Jan 2024 14:47:34 +0530 Subject: [PATCH] Fixed the horizotal page scroll issue for smaller usernames --- client/styles/components/_nav.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/styles/components/_nav.scss b/client/styles/components/_nav.scss index 4ca31ee872..96562f6a1f 100644 --- a/client/styles/components/_nav.scss +++ b/client/styles/components/_nav.scss @@ -119,6 +119,7 @@ display: none; .nav__item--open & { display: flex; + max-width: fit-content; } }