Skip to content

Commit

Permalink
Update textInput.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Sep 26, 2024
1 parent 022e062 commit 1856722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
/* move the helper text below the field */
".av-text-input-helper-text": {
transform:
"translate(12px, var(--av-text-input-helper-text, 44px)) scale(0.75)",
"translate(12px, var(--av-text-input-helper-text, 38px)) scale(0.75)",
transformOrigin: "top left",
},
};

0 comments on commit 1856722

Please sign in to comment.