Home > User Voice > Input fields alignment

Input fields alignment
3

MVP
In reply to: Martin Meze (Freelancer)

I'm aware of the setting. It's just annoying having to enter it for each integer & float field.

Hi Martin,

I personally prefer this layout as it is used in our culture in most cases.

If you want you could add a styling to the global css to overwrite the default allignment using the global css.

.floating-point {
text-align: left !important;
}

Best regards,
Daniel