Description of the limitation and why it is relevant to address
It is hard to manage users who have different screen resolutions.In my testing, this parameter was fully readable, but for users with smaller screens the parameter text is cut short as seen in the image below.
I use the flex
argument but the layout will be modified when comparing smaller screens with larger screens if there are too many items before the LineBreak()
. This will look bad when trying to group certain parameters or fields together on the VIKTOR app.
Submitter proposed design (optional)
If the ui_name
text is too long, continue on the next line instead of cutting off the text.
Current workarounds
Using flex
argument, but not ideal when trying to manage different screen resolutions.