Merge pull request #5166 from Glandos/patch-1
Push name to the end, near text, in IRC layoutpull/21833/head
commit
3467d44d43
|
@ -186,6 +186,7 @@ $irc-line-height: $font-18px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
min-width: var(--name-width);
|
min-width: var(--name-width);
|
||||||
|
text-align: end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue