Skip to content

Commit

Permalink
adding padding top/bottom to the --message for banner to ensure wrapp…
Browse files Browse the repository at this point in the history
…ing text does not loose padding
  • Loading branch information
mhewson committed Nov 14, 2024
1 parent e5c109c commit 5521606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner/styles/CdrBanner.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
&__message {
display: inherit;
grid-area: message;
padding: 0 $cdr-space-half-x;
padding: $cdr-space-half-x;
align-items: center;
}

Expand Down

0 comments on commit 5521606

Please sign in to comment.