]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_html.scss
Fixed table cell p tag spacing and de-duped editor shortcuts
[bookstack] / resources / assets / sass / _html.scss
index 2b91f9dc608c4af02feeecfd01bfad5bcd2d3869..82eb9c2b9f1c8cbc606033d3cf122d5087805c68 100644 (file)
@@ -28,4 +28,7 @@ table {
        padding: 4px 6px;
        border: 1px solid #DDD;
   }
+  td p, th p {
+    margin: 0;
+  }
 }
\ No newline at end of file