Skip to content

Commit

Permalink
fix: add spacing for each line in callout component (#6489)
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyadev-kota authored Dec 5, 2023
1 parent 4c9d693 commit 35a6152
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
margin: var(--amplify-space-large) 0;
}
}
.amplify-message__content p:not(:last-child) {
margin-bottom: var(--amplify-space-medium);
}

0 comments on commit 35a6152

Please sign in to comment.