Profile: Correct rendering of usernames in several lines (#2208)
This commit is contained in:
parent
1b37ccc533
commit
695e811606
@ -128,7 +128,7 @@ const ChatExtra: FC<OwnProps & StateProps> = ({
|
||||
stopEvent(e);
|
||||
copy(`@${nick}`, lang(isChat ? 'Link' : 'Username'));
|
||||
}}
|
||||
className="username-link"
|
||||
className="text-entity-link username-link"
|
||||
>
|
||||
{`@${nick}`}
|
||||
</a>
|
||||
|
||||
@ -344,10 +344,6 @@
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
|
||||
.username-link {
|
||||
color: var(--color-links);
|
||||
}
|
||||
|
||||
.settings-quick-reaction {
|
||||
.Radio-main .label {
|
||||
display: flex;
|
||||
|
||||
@ -57,6 +57,8 @@
|
||||
|
||||
.other-usernames {
|
||||
display: block;
|
||||
white-space: normal;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.username-link {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user