]> BookStack Code Mirror - bookstack/commitdiff
Fixed tri-layout overflow in some scenarios
authorDan Brown <redacted>
Sat, 30 Mar 2019 17:07:01 +0000 (17:07 +0000)
committerDan Brown <redacted>
Sat, 30 Mar 2019 17:07:01 +0000 (17:07 +0000)
resources/assets/sass/_grid.scss
resources/assets/sass/_lists.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;
index 5e3c2e45cbb0ea0d89541baff81f85797bca43b6..3b3afad9dbe7c57241a27d84fd9ec3acdced0766 100644 (file)
     .content {
       padding-top: $-xs;
       padding-bottom: $-xs;
+      max-width: calc(100% - 20px);
     }
   }
   .entity-list-item.no-hover {