]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_grid.scss
Fixed tri-layout overflow in some scenarios
[bookstack] / resources / assets / sass / _grid.scss
index 5a89bf3590320f42348d214782099102baee29a7..8c93b12d582f9acd07d079ed93fe0e3bf9e766e0 100644 (file)
@@ -89,9 +89,11 @@ body.flexbox {
   grid-column-gap: $-xxl;
   .tri-layout-right {
     grid-area: c;
+    min-width: 0;
   }
   .tri-layout-left {
     grid-area: a;
+    min-width: 0;
   }
   .tri-layout-middle {
     grid-area: b;