Skip to content

Commit

Permalink
Added css that preserves line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronenii authored and Idan-sh committed Aug 26, 2024
1 parent bdf3e56 commit 5e13aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/styles/cmps/error-popup/_ErrorPopup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
}

.error-popup-container p {
white-space: pre-wrap; /* Preserve line breaks and wrap text */
animation: textColorChange 3s forwards;
}

Expand Down

0 comments on commit 5e13aa9

Please sign in to comment.