Skip to content

Commit 35a6152

Browse files
fix: add spacing for each line in callout component (#6489)
1 parent 4c9d693 commit 35a6152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/callout.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
margin: var(--amplify-space-large) 0;
2626
}
2727
}
28+
.amplify-message__content p:not(:last-child) {
29+
margin-bottom: var(--amplify-space-medium);
30+
}

0 commit comments

Comments
 (0)