I have a "grid" of different fields in Scout Neon (M5) application.
My problem is that String
and number (BigDecimal
for example) fields has different text position in field.
In String
field, text is positioned on left side, and in BigDecimal
(and other number fields) text is positioned on right side.
I understand why by default this is a case, but in grid layout it really doesn't look good.
How to change text position in fields?