Skip to content

Commit

Permalink
add: support multiline banner notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
joonatank committed Jan 16, 2025
1 parent c5a7c61 commit 5b22a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/common/src/components/BannerNotificationsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const BannerNotificationBackground = styled.div`

const BannerNotificationText = styled.div`
font-size: var(--fontsize-body-m);
p {
display: inline;
p:first-of-type {
margin-top: 0;
}
a {
text-decoration: underline;
Expand Down

0 comments on commit 5b22a4d

Please sign in to comment.