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:
parent
d1d43ff5d9
commit
24db001bfa
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue