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 committed Aug 25, 2024
1 parent 2ca0569 commit 3402e2e
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 3402e2e

Please sign in to comment.