Skip to main content




I don’t want to increase the width of the element, but the Label text isn’t wrapping. What am I missing here?

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


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


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.


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.


Ah, yes, that’s a much better idea, sorry about that


Reply