From c91b44d1c30400dcd297b2c9cc74688c593f5f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Sun, 21 May 2023 15:50:34 +0800 Subject: [PATCH] fix: th no wrap --- web/app/styles/markdown.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/styles/markdown.scss b/web/app/styles/markdown.scss index c11dd15928..ac19b9d76e 100644 --- a/web/app/styles/markdown.scss +++ b/web/app/styles/markdown.scss @@ -594,6 +594,7 @@ .markdown-body table th { font-weight: var(--base-text-weight-semibold, 600); + white-space: nowrap; } .markdown-body table th,