FIX: user card contents can go up out of the bounds of the card when user has a title and full name

This commit is contained in:
Neil Lalonde 2017-07-12 16:16:59 -04:00
parent d1d43ff5d9
commit 24db001bfa
1 changed files with 0 additions and 5 deletions

View File

@ -205,17 +205,12 @@ $user_card_background: $secondary;
.names { .names {
float: left; float: left;
height: 60px;
position: relative;
width: 45%; width: 45%;
span { span {
position: absolute;
bottom: 0;
display: block; display: block;
width: 250px; width: 250px;
} }
} }
.badge-section { .badge-section {