mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Left align display names irc layout
This commit is contained in:
parent
8460175389
commit
1a9487f1be
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $irc-line-height: $font-18px;
|
|||
flex-shrink: 0;
|
||||
width: var(--name-width);
|
||||
text-overflow: ellipsis;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: visible;
|
||||
|
|
Loading…
Reference in a new issue