You are here

editor.css in Admin CSS 8.2

.admincss__resizable.ui-resizable {
  min-height: 300px;
  min-width: 300px;
  padding: 5px;
  position: relative;
  border: 1px solid #a9a9a9;
}

.admincss__resizable.ui-resizable .admincss__ace-editor {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

File

css/editor.css
View source
  1. .admincss__resizable.ui-resizable {
  2. min-height: 300px;
  3. min-width: 300px;
  4. padding: 5px;
  5. position: relative;
  6. border: 1px solid #a9a9a9;
  7. }
  8. .admincss__resizable.ui-resizable .admincss__ace-editor {
  9. position: absolute !important;
  10. top: 0;
  11. left: 0;
  12. right: 0;
  13. bottom: 0;
  14. }