Fix user-list item text-overflow
This commit is contained in:
parent
2c03870803
commit
8ccd24aefb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user