From c9bf157c23775cb46d7994c048b80889f8c2fa33 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Fri, 29 May 2020 10:33:30 -0500 Subject: [PATCH] fix(achievements): show-all layout --- website/client/src/components/userMenu/profile.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index a9f0e4e55c..bb0a4f6c62 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -564,6 +564,7 @@ .achievement-wrapper { width: 94px; + min-width: 94px !important; max-width: 94px; margin-right: 12px; margin-left: 12px;