PL-8511 Add text ellipsis for UserIndicator in Halo

This commit is contained in:
Yuriy Artamonov 2017-01-20 21:09:26 +04:00
parent bc7105117a
commit 44eac80e70

View File

@ -133,4 +133,11 @@
font-weight: 900;
font-size: $v-font-size--h1 * 1.5;
}
.c-userindicator .v-label {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align: right;
}
}