Width
Adjust width of input
, select
or textarea
with
pam-Form-Width
which supports thirds
and fifths
.
Markup
<form pam-Form="stacked">
<input pam-Form-Width="1-1" type="text" placeholder="1-1">
<input pam-Form-Width="2-3" type="text" placeholder="2-3">
<input pam-Form-Width="1-2" type="text" placeholder="1-2">
<input pam-Form-Width="1-3" type="text" placeholder="1-3">
<input pam-Form-Width="1-4" type="text" placeholder="1-4">
</form>