From c7cb4ae7d310ad654beaf783d216cae6c0ccd616 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Mon, 25 Mar 2024 12:22:53 +0100 Subject: [PATCH] fix(renderer-style): reduce table line breaks Signed-off-by: Erik Michelson --- frontend/global-styles/github-markdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/global-styles/github-markdown.scss b/frontend/global-styles/github-markdown.scss index 1a7a0bd4f..1d79fb4e3 100644 --- a/frontend/global-styles/github-markdown.scss +++ b/frontend/global-styles/github-markdown.scss @@ -174,6 +174,7 @@ table { border-spacing: 0; border-collapse: collapse; + word-break: keep-all; } td,