asset_injector.css in Asset Injector 8.2
body.ace-editor .resizable.ui-resizable {
height: 200px;
padding: 5px;
position: relative;
border: 1px solid #a9a9a9;
}
body.ace-editor .ace-editor {
position: absolute !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
File
css/asset_injector.css
View source
- body.ace-editor .resizable.ui-resizable {
- height: 200px;
- padding: 5px;
- position: relative;
- border: 1px solid #a9a9a9;
- }
-
- body.ace-editor .ace-editor {
- position: absolute !important;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }