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 {
|
.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 {
|
||||||
|
|
Loading…
Reference in New Issue