Skip to content

Commit

Permalink
fix(validation-container): shift errors correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed May 4, 2020
1 parent 1537a4b commit 1e1c8bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/elements/colours/at-colours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ nav {

validation-container {
>div.wrapper {
>.helper-text {
position: absolute;
bottom: -18px;
width: 100%;
>div {
+.helper-text {
margin-top: -8px;
width: 100%;
}
}
}
}
Expand Down

0 comments on commit 1e1c8bc

Please sign in to comment.