diff --git a/mystic_forest/custom_portal.css b/mystic_forest/custom_portal.css index 881d85e..76f3c51 100644 --- a/mystic_forest/custom_portal.css +++ b/mystic_forest/custom_portal.css @@ -63,7 +63,7 @@ .user-menu, .user-container { background-color: var(--primary-color); - width: var(--box-width); + max-width: var(--box-width); margin-left: calc((var(--logo-width) - 21em) / 2); }