X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3a70e9d49ca41fcdecf1c12022ce86a4bc5121aa..refs/pull/2902/head:/resources/sass/_tables.scss diff --git a/resources/sass/_tables.scss b/resources/sass/_tables.scss index f41ebd0c4..c78e13446 100644 --- a/resources/sass/_tables.scss +++ b/resources/sass/_tables.scss @@ -11,6 +11,7 @@ table { border: 1px solid #DDD; overflow: auto; line-height: 1.2; + word-break: break-word; } td p, th p { margin: 0; @@ -28,6 +29,7 @@ table.table { padding: $-s $-s; vertical-align: middle; margin: 0; + overflow: visible; } th { font-weight: bold;