Skip to content

Commit

Permalink
Merge pull request #7308 from alkem-io/notifications-fixes
Browse files Browse the repository at this point in the history
fix in-app notification layout w comments
  • Loading branch information
reactoholic authored Dec 11, 2024
2 parents d790c10 + 36ea8a1 commit 9a92c4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const InAppNotificationBaseView = ({
const renderComments = useCallback(() => {
if (values.comment) {
return (
<WrapperMarkdown disableParagraphPadding caption plain>
<WrapperMarkdown disableParagraphPadding caption>
{getTruncatedComment(values.comment)}
</WrapperMarkdown>
);
Expand All @@ -153,7 +153,7 @@ export const InAppNotificationBaseView = ({
component={Wrapper}
to={resource.url}
onClick={onNotificationClick}
paddingX={gutters(2)}
paddingLeft={gutters(2)}
paddingY={gutters(0.5)}
sx={{
borderRadius: 0,
Expand Down

0 comments on commit 9a92c4a

Please sign in to comment.