Hello,
Is there any way to set the width of the context menu? The text gets truncated.
Thank you!
Hello,
Is there any way to set the width of the context menu? The text gets truncated.
Thank you!
Hi @costin.ochescu,
Officially there is no option to change context menu width (from .updateSettings()
) but using a workaround you can modify hardcoded width (which is 200px
) to custom one like this: http://jsfiddle.net/e6epeqes/.