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 {
float: left;
height: 60px;
position: relative;
width: 45%;
span {
position: absolute;
bottom: 0;
display: block;
width: 250px;
}
}
.badge-section {