Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: LEAP-295: Fix error styles in LS modals
Browse files Browse the repository at this point in the history
Create Project modal's preview had broken styles
  • Loading branch information
hlomzik committed Oct 23, 2023
1 parent 657e611 commit f74dc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ErrorMessage/ErrorMessage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
color: rgb(119, 27, 4);
border: 1px solid rgb(230, 138, 110);
background-color: rgb(255, 193, 174);
white-space: normal;

& + & {
margin: 0 0 16px; // in case we are in flex container, where margins don't collapse
Expand Down

0 comments on commit f74dc78

Please sign in to comment.