diff --git a/web/app/globals.css b/web/app/globals.css index bcb053a8..02547e92 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -58,8 +58,6 @@ body { align-items: center; gap: 1.25rem; justify-content: center; - min-width: 0; - overflow: hidden; } /* Indivdual Link Styles */ @@ -1040,6 +1038,8 @@ body { gap: 0.5rem; justify-self: end; min-width: 0; + overflow: hidden; + white-space: nowrap; } .nav-greeting { @@ -2964,6 +2964,10 @@ body { gap: 0.35rem; } + .nav-store-select { + max-width: 130px; + } + .nav-greeting { display: none; }