Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
- fix layout appearance of error on mobile
  • Loading branch information
elrouss committed Apr 12, 2024
1 parent 2205aaa commit 116d19f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/ui/input/input.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
color: color('error');

@include media-breakpoint-down(xxl) {
min-height: fluid-element(12, 19, $xs, $xxl);
min-height: fluid-element(14, 19, $xs, $xxl);
}

@include media-breakpoint-down(lg) {
margin-top: 2px;
}
}

0 comments on commit 116d19f

Please sign in to comment.