Skip to content

Commit

Permalink
Update packages/styles/forms.css
Browse files Browse the repository at this point in the history
Co-authored-by: Jason <[email protected]>
  • Loading branch information
yhafez and scurker authored Jul 20, 2023
1 parent f00458e commit 6ae03f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ textarea.Field--has-error:focus:hover,
text-align: left;
font-size: var(--text-size-smallest);
margin-top: var(--space-half);
margin-left: calc(24px + 2px + var(--space-half));
margin-left: calc(var(--icon-size) + 2px + var(--space-half));
padding: var(--space-half) 0;
}

Expand Down

0 comments on commit 6ae03f9

Please sign in to comment.