From 9626db512167b437b75885b020755961088a79b7 Mon Sep 17 00:00:00 2001 From: Arhell Date: Thu, 2 Jul 2020 00:55:50 +0300 Subject: [PATCH] fix table content --- assets/scss/_custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index f02d6d908b..d040211f79 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -264,6 +264,14 @@ footer { } } +main { + .td-content table code, + .td-content>table td { + word-break: break-word; + } +} + + // blockquotes and callouts blockquote {