Skip to content

Commit 72ddadf

Browse files
committed
MP-246 mobile margin error
1 parent 178d5f5 commit 72ddadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/ui/lib/components/form/form-groups/form-input/input-wrapper/InputWrapper.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ $error-line-height: 14px;
8787

8888
&.input-error {
8989
border-color: $red-100;
90-
margin-bottom: 0;
90+
margin-bottom: 0 !important;
9191
color: $red-100;
9292

9393
.label {

0 commit comments

Comments
 (0)