fix spacing on item text

This commit is contained in:
keyan 2023-01-27 11:43:48 -06:00
parent f53c5ff2eb
commit 82502e724f
1 changed files with 2 additions and 2 deletions

View File

@ -96,11 +96,11 @@ function TopLevelItem ({ item, noReply, ...props }) {
return (
<ItemComponent item={item} toc showFwdUser {...props}>
{item.text && <ItemText item={item} />}
{item.text && <div className='mb-2'><ItemText item={item} /></div>}
{item.url && <ItemEmbed item={item} />}
{item.poll && <Poll item={item} />}
{item.bounty &&
<div className='font-weight-bold mt-2 mb-3'>
<div className='font-weight-bold my-2'>
{item.bountyPaidTo?.length
? (
<div className='px-3 py-1 d-inline-block bg-grey-medium rounded text-success'>