Skip to content

Commit

Permalink
fix: align username to the left in replies (#16136)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Oct 31, 2023
1 parent b22fcbe commit f270036
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -168,7 +168,7 @@ const QuotedMessage: FC<QuotedMessageProps> = ({
<div className="message-quote__sender">
<button
type="button"
className="button-reset-default"
className="button-reset-default text-left"
onClick={() => showUserDetails(quotedUser)}
data-uie-name="label-name-quote"
tabIndex={messageFocusedTabIndex}
Expand Down

0 comments on commit f270036

Please sign in to comment.