inline editor styles

This commit is contained in:
2019-07-24 16:39:49 -05:00
parent 17793dfd7b
commit cbde363531
6 changed files with 10 additions and 5 deletions

View File

@@ -85,6 +85,11 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
z-index: 0;
}
#editor.inline {
height: auto;
min-height: 200px;
}
/* New Theme Styles */
body {
margin:0;