Allow insert variables panel to be resized
Make it possible to manually resize the insert variable panel.
https://github.com/OctopusDeploy/Issues/issues/849
Because a lot a Octopus variable names has long characters, I can't see the entire name of almost of variables in the 'insert variable' panel. Is it possible to allow to grow the panel manually? Or provide a fullscreen mode will be a good idea.

-
arri-cc commented
In our case we store large json strings in some variables to manage per environment or per role configuration data. right now to view a full string we have to copy and paste into a text editor. A resize or fullscreen option would make editing much easier. At the minimum a tooltip that shows the full multi-line contents on hover would significantly improve reviewing large values.