Fix gap between names in reply-mentions

This commit is contained in:
danidfra 2024-11-15 17:57:07 -03:00
parent dd9d171ade
commit 3a92a9a818
1 changed files with 1 additions and 1 deletions

View File

@ -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}'