forked from Archives/Athou_commafeed
add css classes to elements to ease css customization
This commit is contained in:
@@ -187,7 +187,7 @@ export function FeedEntry(props: FeedEntryProps) {
|
||||
<Box className={classes.body}>
|
||||
<FeedEntryBody entry={props.entry} />
|
||||
</Box>
|
||||
<Divider variant="dashed" my={paddingY} />
|
||||
<Divider variant="dashed" my={paddingY} className="cf-footer-divider" />
|
||||
<FeedEntryFooter entry={props.entry} />
|
||||
</Box>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user