Skip to content

Commit

Permalink
initial fix (#17547)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored Nov 30, 2021
1 parent 0599fcb commit 4e76637
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const StyledToastPresenter = styled.div`
margin-right: 50px;
margin-bottom: 50px;
z-index: ${({ theme }) => theme.zIndex.max};
word-break: break-word;
.toast {
background: ${({ theme }) => theme.colors.grayscale.dark1};
Expand Down

0 comments on commit 4e76637

Please sign in to comment.