Skip to content

Commit

Permalink
Merge pull request #191 from rei/pr/bannerPadding
Browse files Browse the repository at this point in the history
adding padding top/bottom to the --message
  • Loading branch information
mhewson authored Nov 14, 2024
2 parents e5c109c + 5521606 commit e2ff836
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 e2ff836

Please sign in to comment.