mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 20:28:00 +08:00
PL-8511 Add text ellipsis for UserIndicator in Halo
This commit is contained in:
parent
bc7105117a
commit
44eac80e70
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user