From 16be7a78b902aa307666daf623899e79c91533fa Mon Sep 17 00:00:00 2001 From: Artus Date: Wed, 26 Jun 2019 14:27:31 +0200 Subject: [PATCH] small fix --- mystic_forest/custom_portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }