Skip to content

Commit b27bcf5

Browse files
committed
fix spacing
1 parent 917ac59 commit b27bcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/Item/CardBody.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const CardBody = ({ buttonLink, buttonProps, item,
4141
<div className='fw-light'>{description.slice(cutOffIndex).trimStart()}</div>
4242
</Collapse>
4343
</div>
44-
{ description.length > 300 && (
44+
{description.length > 300 && (
4545
<Button variant="link" onClick={() => setOpen(!open)} className="p-0 mt-3">
4646
{open ? ' Show less' : ' Read more'}
4747
</Button>

0 commit comments

Comments
 (0)