]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_editor.scss
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / resources / sass / _editor.scss
index 91aef9920861cbf26ab7e67c989cd2d200f26fc5..b33cb4d055870b4aa96e6f67f184d96e0e7a118f 100644 (file)
@@ -27,6 +27,7 @@ body.editor-is-fullscreen {
 }
 .editor-content-area {
   min-height: 100%;
+  padding-block: 1rem;
   &:focus {
     outline: 0;
   }
@@ -136,7 +137,6 @@ body.editor-is-fullscreen {
   background-color: #FFF;
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
   z-index: 99;
-  min-width: 120px;
   display: flex;
   flex-direction: row;
 }