align-content
Optional
Type:
center
| left
| right
Default:
left
Specify how the content inside the UI component should be aligned.
main.view.xml
<var name="password" type="text:password"/>
<text-input label="Password" bind="password" align-content="right" modifier-text="Please provide a strong password"/>

Last modified 1yr ago