[UX] Improving number display on a single line

Hello,
I just noticed that decimal numbers and their units are on two lines while whole numbers are on one line:
image
However I don’t have that for other units:
image
I also have the same behavior with whole numbers:
image

From what I found, this code seems to be the cause of the size:
image

I also have strange displays of this type where I’m forced to scroll horizontally to see everything:
image
And the code would be:
image

Thanks in advance.

In this post, you can see that there are also some issues with text alignment:

Hi!

This view works in three columns that need to be the same size for it to look visually neat.

It’s the length of your device with the longest title that determines the size of the middle column:

image

You’ll see that if you rename « NetIn (Température - Minimum in Undefined » to something shorter, it should adjust the whole display :slight_smile:

If you have a CSS solution that works better, I’m all ears. I’ve tried several