Fix user-list item text-overflow

This commit is contained in:
Pedro Beschorner Marin 2020-02-18 18:31:58 -03:00
parent 2c03870803
commit 8ccd24aefb

View File

@ -82,6 +82,8 @@
text-align: left;
padding-left: var(--lg-padding-y);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
[dir="rtl"] & {
text-align: right;