We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc3950 commit dd0c372Copy full SHA for dd0c372
web-app/src/app/screens/Feed/components/FeedSummary.tsx
@@ -391,7 +391,7 @@ export default function FeedSummary({
391
const description = relatedLink.description;
392
393
return (
394
- <li key={url} style={{ marginBottom: 8 }}>
+ <li key={url} style={{ marginBottom: '8px' }}>
395
<Box
396
sx={{
397
display: 'flex',
0 commit comments