Device config page to scale with display #13247
Unanswered
ITensEI
asked this question in
Configuration
Replies: 1 comment
-
This is still happening and we should have the option to change the width of the sensor page, cant read properaly 90% of the sensors text |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the Device page has 3 columns. The container holding them is set to a static width of 1000px.
The issue is that some sensors have long values which spill over into the sensor name column.
I went into the console to play around with sizing and found that setting the
.container { max-width: 80% }
and the 1st and 3rd column towidth: 20%
makes it a bit nicer to view the long states, but that doesn't stop the text to spill over into the sensor name field.I tried adjusting the dimensions of the elements and found that setting the sensor state div to

Makes the text not reach as far left to cover the sensor name

Now this is me playing around and I have very little idea of what I'm doing.
I would love to see this change and maybe have the Logbook be a little longer.
Beta Was this translation helpful? Give feedback.
All reactions