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

Remove absolute positioning on validation error messages #4734

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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