Align all values of a Dict field on the same side

Hi, depending of the type of value in a Dict field, the value is aligned to left or right side. So the user could think that a value is not filled and cause confusion.
For example in the points of an inspection in quality module:


In this line is specified that the value of an integer, float or numeric type in a Dict field, has to be aligned at the right side.

Doesn’t it make sense to align all values on the same side?

I’m wondering if it won’t be better to allow to specify the number of fields per column in a dict field. In your example probably it makes sense to include 2 fields per row like the other parts of the form.

For me there is only the special case of boolean which is not an <input/>. So it will probably better to have it centered.

In this example it’s the unique case, but in others cases there could be types text, date or selection which are aligned on the left too.

There is a major difference between the position of the input and the content alignent.
We will always keep numeric content align right.