]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / resources / sass / _layout.scss
index 94a36ecba59d6813c119159c4c841acdd25b10d6..6c78419d86c96d3867fbcaa691aafeb0d0f6d90e 100644 (file)
@@ -270,10 +270,14 @@ body.flexbox {
   overflow: hidden;
 }
 
-.fill-height {
+.height-fill {
   height: 100%;
 }
 
+.height-auto {
+  height: auto !important;
+}
+
 .float {
   float: left;
   &.right {