]> BookStack Code Mirror - bookstack/commitdiff
Fixed long words breaking tables
authorDan Brown <redacted>
Mon, 9 Nov 2015 19:05:52 +0000 (19:05 +0000)
committerDan Brown <redacted>
Mon, 9 Nov 2015 19:05:52 +0000 (19:05 +0000)
resources/assets/sass/_pages.scss

index 1536f71cadbc711b568d38c486ce448930ba1c02..c615c9750ebdc7f90b086ed0de6fc58108f9370c 100644 (file)
@@ -42,6 +42,9 @@
     clear: both;
     margin: $-m 0;
   }
+  table {
+    word-break: break-all;
+  }
 }
 
 // Page content pointers