]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Update Localization.php in Middleware with "no" tag for estimate.
[bookstack] / resources / sass / _layout.scss
index cf2a1630e48b1de1eab30c008176463859dc5c32..519cb27ad7787f31199276fbe821d87334a76603 100644 (file)
@@ -124,6 +124,9 @@ body.flexbox {
 .flex-container-row {
   display: flex;
   flex-direction: row;
+  &.v-center {
+    align-items: center;
+  }
 }
 
 .flex-container-column {
@@ -131,9 +134,17 @@ body.flexbox {
   flex-direction: column;
 }
 
+.flex-container-column.wrap, .flex-container-row.wrap {
+  flex-wrap: wrap;
+}
+
 .flex {
   min-height: 0;
   flex: 1;
+  &.fit-content {
+    flex-basis: auto;
+    flex-grow: 0;
+  }
 }
 
 .justify-flex-end {