Change width of inline editor
Hello,
Than you for fixing the bugs i reported so fast! This is more of a suggestion then a bug.
The inline editor iframe has a fixed width of 770px. The body of the iframe has a width 100% and a padding of 20px. This gives a result like this on my 1920px width screen:

And adds a vertical scroll bar for no god reason

If it's possible to change the div with classes: "ui-dialog-content ui-widget-content" to use width 80% instead. And change the iframe body from width 100% to width auto. I get something like this:

I guess the height of the iframe/modal window might need some work to. That i don't have any suggestions for.
To fix it remove width:100% in grid.less in the body rule body { /width: 100%;/ .clearfix; }