From 7ee6ff18ce27cf55ecd80039c381f9f55c397f05 Mon Sep 17 00:00:00 2001 From: Jake North <43115570+jakenorth@users.noreply.github.com> Date: Sat, 25 Jul 2020 04:46:06 -0700 Subject: [PATCH] Fix height of badges in multiline achievements (#12406) This fixes the UI bug I reported where achievement names taking up multiple lines cause badges to stretch to fill their container. Screenshot of bug: https://i.snipboard.io/07GBi4.jpg Screenshot of fix: https://i.snipboard.io/PKvi8e.jpg --- 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 6eed23f91e..e95073b41e 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -618,6 +618,7 @@ margin-right: 8px; background: $gray-600; color: $gray-300; + height: fit-content; } } }