fix us-detail title height
parent
0052147b3b
commit
f3fe1385dd
|
@ -34,16 +34,20 @@
|
||||||
background: $white;
|
background: $white;
|
||||||
}
|
}
|
||||||
.us-title-text {
|
.us-title-text {
|
||||||
|
display: flex;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
.us-number {
|
.us-number {
|
||||||
|
@extend %xlarge;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
|
line-height: 2rem;
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
}
|
}
|
||||||
.us-name {
|
.us-name {
|
||||||
|
@extend %xlarge;
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 1.5rem;
|
line-height: 2rem;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Reference in New Issue