mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: removes width constraint in user-card badge section
This commit is contained in:
parent
b1297a5f5a
commit
dda918f862
@ -285,7 +285,6 @@ $user_card_background: $secondary;
|
|||||||
.badge-section {
|
.badge-section {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
width: 500px;
|
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user