fix spacing on item text
This commit is contained in:
parent
f53c5ff2eb
commit
82502e724f
@ -96,11 +96,11 @@ function TopLevelItem ({ item, noReply, ...props }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ItemComponent item={item} toc showFwdUser {...props}>
|
<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.url && <ItemEmbed item={item} />}
|
||||||
{item.poll && <Poll item={item} />}
|
{item.poll && <Poll item={item} />}
|
||||||
{item.bounty &&
|
{item.bounty &&
|
||||||
<div className='font-weight-bold mt-2 mb-3'>
|
<div className='font-weight-bold my-2'>
|
||||||
{item.bountyPaidTo?.length
|
{item.bountyPaidTo?.length
|
||||||
? (
|
? (
|
||||||
<div className='px-3 py-1 d-inline-block bg-grey-medium rounded text-success'>
|
<div className='px-3 py-1 d-inline-block bg-grey-medium rounded text-success'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user