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.cssView source
- .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;
- }