Skip to content

Commit

Permalink
feat: add white-space: nowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
imagine10255 committed Aug 14, 2023
1 parent af1337d commit a29377b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
margin: 0 auto;
}

.bear-react-toaster__content{}
.bear-react-toaster__content{
white-space: nowrap
}

.bear-react-toaster__message-status-success{
background-color: var(--success-color, var(--default-success-color));
Expand Down

0 comments on commit a29377b

Please sign in to comment.