UX: removes width constraint in user-card badge section

This commit is contained in:
Joe 2019-01-24 20:53:14 +08:00 committed by GitHub
parent b1297a5f5a
commit dda918f862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,6 @@ $user_card_background: $secondary;
.badge-section {
display: flex;
align-items: flex-start;
width: 500px;
padding-bottom: 10px;
margin-top: 5px;