Skip to content

Commit dd0c372

Browse files
committed
pr comments
1 parent 6fc3950 commit dd0c372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/app/screens/Feed/components/FeedSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export default function FeedSummary({
391391
const description = relatedLink.description;
392392

393393
return (
394-
<li key={url} style={{ marginBottom: 8 }}>
394+
<li key={url} style={{ marginBottom: '8px' }}>
395395
<Box
396396
sx={{
397397
display: 'flex',

0 commit comments

Comments
 (0)