]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_layout.scss
Revised revision list to responsive layout
[bookstack] / resources / sass / _layout.scss
index 105b6a16ffc20fb6c4c05c2a990d5e94ed1aff1f..a5f895f80de9a4ddcc95037663a68dd6a44eb4f0 100644 (file)
@@ -202,6 +202,15 @@ body.flexbox {
 /**
  * Min width utilities
  */
+.min-width-xxxxs {
+  min-width: 60px;
+}
+.min-width-xxxs {
+  min-width: 80px;
+}
+.min-width-xxs {
+  min-width: 100px;
+}
 .min-width-xs {
   min-width: 120px;
 }