You are here

asset_injector.css in Asset Injector 8

.resizable.ui-resizable {
  height: 200px;
  padding: 5px;
  position: relative;
  border: 1px solid #a9a9a9;
}

.ace-editor {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

File

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