Jun 30, 2022 01:17 AM
I don’t want to increase the width of the element, but the Label text isn’t wrapping. What am I missing here?
Jun 30, 2022 02:02 AM
Hi Ruchika, unfortunately I don’t think you’re missing anything.
If you’re comfortable with CSS and the web inspector, you could use Tampermonkey or the equivalent to customize the UI. The result of doing so would be pretty fragile and is highly likely to break other things that you would then have to fix, so I would caution against it unless you’re really desperate though
For example:
Let me know if this is something you’d like to explore
Jun 30, 2022 02:17 AM
Thanks @Adam_TheTimeSavingCo Interesting option, but it’ll be too elaborate for the problem. I think I can workaround it. Maybe I’ll use a text element as a label.
Jun 30, 2022 02:23 AM
Ah, yes, that’s a much better idea, sorry about that