You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a new entry in a second-level HUD modal (I don't know what to call it - see the picture), the form is capped at max-width: 600px. When a user has the screen real estate available, it's more comfortable to have a wider area for editing, especially when plugins have wonky styling.
Workaround I may try in the meantime, using the Control Panel CSS plugin:
.hud .elementeditor {
max-width:100%;
}
I'm playing around with resize: horizontal, but haven't found the right application yet.
Steps to reproduce
Open a related entry field
Add a new element from there
The text was updated successfully, but these errors were encountered:
KatieMFritz
changed the title
Feature request: ability to resize HUD modal for new entries
[Feature request] Ability to resize HUD modal for new entries
Apr 12, 2019
Description
When adding a new entry in a second-level HUD modal (I don't know what to call it - see the picture), the form is capped at
max-width: 600px
. When a user has the screen real estate available, it's more comfortable to have a wider area for editing, especially when plugins have wonky styling.Workaround I may try in the meantime, using the Control Panel CSS plugin:
I'm playing around with
resize: horizontal
, but haven't found the right application yet.Steps to reproduce
The text was updated successfully, but these errors were encountered: