]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_blocks.scss
fix tests namespace definition
[bookstack] / resources / sass / _blocks.scss
index 54c509ef928f5e4c6e2fe31124f3bdc68a7e732a..9e96e920b8d36164db59bad070059636f313d3e5 100644 (file)
@@ -6,8 +6,9 @@
   @include lightDark(background-color, #FFF, #222);
   box-shadow: $bs-card;
   border-radius: 3px;
+  break-inside: avoid;
   .body, p.empty-text {
-    padding: $-m;
+    padding-block: $-m;
   }
   a, p {
     word-wrap: break-word;
   margin-bottom: $-l;
   overflow: initial;
   min-height: 60vh;
+  border-radius: 8px;
   &.auto-height {
     min-height: 0;
   }