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!

Editing content on PropertyList

Vote:
 

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

#145912
Mar 15, 2016 15:04
Vote:
 

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 {
    height450px !important; 
}
 
.Sleek .epi-dialog-landscape.Sleek .epi-dialog-portrait.Sleek .epi-dialog--auto-height {
    width700px !important; 
}
#145919
Mar 15, 2016 16:01
Vote:
 

Is there a reason for you not adding height: auto instead of 450px?

.Sleek .epi-dialog-landscape .dijitDialogPaneContentArea {
    height: auto !important;
}

#146494
Mar 16, 2016 14:49
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.