Fix gap between names in reply-mentions
This commit is contained in:
parent
dd9d171ade
commit
3a92a9a818
|
@ -76,7 +76,7 @@ const ReplyMentions: React.FC<IReplyMentions> = ({ composeId }) => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Link to={'/'} className='inline-flex'>
|
<Link to={'/'} className='inline-flex'>
|
||||||
<button className='mb-1 cursor-pointer space-x-2 !border-none !p-0 text-sm !text-gray-700 focus:!ring-transparent focus:ring-offset-0 dark:!text-gray-600 rtl:space-x-reverse' onClick={handleClick}>
|
<button className='mb-1 cursor-pointer !border-none !p-0 text-sm !text-gray-700 focus:!ring-transparent focus:ring-offset-0 dark:!text-gray-600 rtl:space-x-reverse' onClick={handleClick}>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='reply_mentions.reply'
|
id='reply_mentions.reply'
|
||||||
defaultMessage='Replying to {accounts}'
|
defaultMessage='Replying to {accounts}'
|
||||||
|
|
Loading…
Reference in New Issue