London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I managed to fix the following via registering my own css in module.config
<clientResources> <add name="epi-cms.widgets.base" path="/css/EpiserverEditMode.css" resourceType="Style"/> </clientResources>
EpiserverEditMode.css content
.Sleek .epi-dialog-landscape .dijitDialogPaneContentArea { height: 450px !important; } .Sleek .epi-dialog-landscape, .Sleek .epi-dialog-portrait, .Sleek .epi-dialog--auto-height { width: 700px !important; }
Is there a reason for you not adding height: auto instead of 450px?
.Sleek .epi-dialog-landscape .dijitDialogPaneContentArea {
height: auto !important;
}
Is their anyway to make the content edit box bigger from within the PropertyList ? I have an Xhtml property and its flowing off the edge