fix us-detail title height

stable
Juanfran 2014-08-21 12:01:14 +02:00
parent 0052147b3b
commit f3fe1385dd
1 changed files with 5 additions and 1 deletions

View File

@ -34,16 +34,20 @@
background: $white;
}
.us-title-text {
display: flex;
margin-bottom: 0;
}
.us-number {
@extend %xlarge;
color: $gray-light;
line-height: 2rem;
margin-right: .5rem;
}
.us-name {
@extend %xlarge;
color: $grayer;
display: inline-block;
line-height: 1.5rem;
line-height: 2rem;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;