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
This commit is contained in:
Jake North
2020-07-25 04:46:06 -07:00
committed by GitHub
parent 234258b41e
commit 7ee6ff18ce

View File

@@ -618,6 +618,7 @@
margin-right: 8px;
background: $gray-600;
color: $gray-300;
height: fit-content;
}
}
}