]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_tables.scss
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / resources / sass / _tables.scss
index dd585733ce4b20b79a7748a9afc442c68c2dbbd7..a3da3362122491903d49d7944ef2b2f180870970 100644 (file)
@@ -12,6 +12,7 @@ table {
     overflow: auto;
     line-height: 1.2;
        word-break: break-word;
+    vertical-align: top; // Workaround for: https://bugzilla.mozilla.org/show_bug.cgi?id=569645
   }
   td p, th p {
     margin: 0;
@@ -65,7 +66,7 @@ table.no-style {
 }
 
 table.list-table {
-  margin: 0 -$-xs;
+  margin: 0 (-$-xs);
   td {
     border: 0;
     vertical-align: middle;