When using Manual crop on a field using the Media widget then the preview and buttons are shown vertically. I would have expected them to be shown horizontally as when Manual crop is not used.

Comments

kasperg created an issue. See original summary.

kasperg’s picture

Status: Active » Needs review
StatusFileSize
new839 bytes
new152.3 KB

Here is a patch which fixes the issue.

Manualcrop wraps preview and button elements which normally are displayed as inline blocks. Consequently our wrappers must be displayed in the same way. The patch simply adds the needed styling target specifically at Media widgets. The screenshot shows the result.

There is quite possibly a better way to approach this.