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; text-align: center;
} }
.role { .role {
@extend %small;
@include ellipsis(90%); @include ellipsis(90%);
display: inline-block; display: inline-block;
line-height: .8rem; line-height: 1rem;
text-align: center; text-align: center;
} }
.popover { .popover {