Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Added css to allow for text wrapping for toast contents (#1947)
Browse files Browse the repository at this point in the history
Resolves #1945
  • Loading branch information
Blackbaud-TrevorBurch authored Aug 28, 2018
1 parent 8dccd37 commit 90d336c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/toast/toast.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
padding-top: $sky-padding;
padding-bottom: $sky-padding;
width: 100%;
word-wrap: break-word;
overflow: hidden;

::ng-deep a {
color: change-color($sky-text-color-default, $alpha: 0.8);
Expand Down

0 comments on commit 90d336c

Please sign in to comment.