2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Fixing some regressions for profile badges

This commit is contained in:
Kris 2018-03-02 14:43:54 -05:00
parent 70acfa47d7
commit 5e11bc79ff
4 changed files with 21 additions and 1 deletions

View file

@ -75,6 +75,11 @@
margin-bottom: 10px;
box-sizing: border-box;
&.user-badges-list {
display: flex;
flex-wrap: wrap;
}
.btn.right {
float: right
}