primereact-sass-theme
primereact-sass-theme copied to clipboard
inputotp style
Hi,
.p-inputotp-input { text-align: center; width: 2 * nth($inputPadding, 2) + 1rem; }
+ 1rem is not a good solution if $inputPadding variable is not rem (for example pixel)
My pixel based project is broken now
PR is welcome?