Custom Widget - Label over spilling

1
Hi All, I have an issue with a custom widget I'm using (DropdownDivConverter) where the generated label is spilling out of the widget:   Screenshot:   Does anyone know how to resolve this?   Thanks in advance Regards Adrian
asked
1 answers
1

Hello Adrian, 

You can always use CSS to hide or wrap around it. If you just want to hide it, have a look into the overflow property.

See https://www.w3schools.com/cssref/pr_pos_overflow.asp

Hope this helps.

answered