Fix line-height and font-size

stable
Xavier Julián 2015-02-02 14:02:05 +01:00
parent 61c97358bf
commit ed3536157e
1 changed files with 2 additions and 1 deletions

View File

@ -297,9 +297,10 @@
text-align: center;
}
.role {
@extend %small;
@include ellipsis(90%);
display: inline-block;
line-height: .8rem;
line-height: 1rem;
text-align: center;
}
.popover {