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

Commit

Permalink
Remove absolute positioning on error message (#4734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley authored Sep 15, 2021
1 parent 45e886f commit 8867b04
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
@include font-size(smaller);
color: $alert-red;
max-width: 100%;
position: absolute;
white-space: normal;

> p {
align-items: center;
display: flex;
line-height: 12px; // This allows two lines in a 24px bottom margin.
margin: 0;
min-height: 24px;
padding: 0;
}
}
Expand Down

0 comments on commit 8867b04

Please sign in to comment.