Skip to content

Commit

Permalink
fix for arbitraryText field on paymentPageConfig component
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jan 16, 2024
1 parent 4aa9ba4 commit 0d3f798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function PaymentPageConfigComponent({}: {}) {
<textarea
value={arbitraryText ?? ""}
className={classes.widgetsettingsvalue}
style={{ width: "250px" }}
style={{ width: "250px", textAlign: "left" }}
onChange={(e) =>
paymentPageConfig.current?.setArbitraryText(e.target.value)
}
Expand Down

0 comments on commit 0d3f798

Please sign in to comment.