]> BookStack Code Mirror - bookstack/commitdiff
Apply column fix to all tables 2735/head
authorRory Maher <redacted>
Mon, 10 May 2021 11:11:28 +0000 (12:11 +0100)
committerRory Maher <redacted>
Mon, 10 May 2021 11:11:28 +0000 (12:11 +0100)
resources/sass/_tables.scss

index 315f979f3efdb2c215d8de56ab66609ca8e11e48..c78e13446129644f1ea9501c3b177435f281983e 100644 (file)
@@ -11,6 +11,7 @@ table {
     border: 1px solid #DDD;
     overflow: auto;
     line-height: 1.2;
     border: 1px solid #DDD;
     overflow: auto;
     line-height: 1.2;
+       word-break: break-word;
   }
   td p, th p {
     margin: 0;
   }
   td p, th p {
     margin: 0;