]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_grid.scss
Updated issue template and added TinyMCE autolinking
[bookstack] / resources / assets / sass / _grid.scss
index ddba1ee03c2e52ff874e5bf32239bfc5b767c3ee..231c12d4d7469d2468058e369bb0e6e5ea50bab5 100644 (file)
@@ -11,17 +11,28 @@ body.flexbox {
   #content {
     flex: 1;
     display: flex;
+    min-height: 0px;
   }
 }
 
 .flex-fill {
   display: flex;
   align-items: stretch;
+  min-height: 0px;
   .flex, &.flex {
+    min-height: 0px;
     flex: 1;
   }
 }
 
+.flex-child > div {
+  flex: 1;
+}
+
+//body.ie .flex-child > div {
+//  flex: 1 0 0px;
+//}
+
 /** Rules for all columns */
 div[class^="col-"] img {
   max-width: 100%;
@@ -36,6 +47,9 @@ div[class^="col-"] img {
   &.fluid {
     max-width: 100%;
   }
+  &.medium {
+    max-width: 992px;
+  }
   &.small {
     max-width: 840px;
   }