From 5297f7d2661fe2c1aac1a2992481adc69ad33279 Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Fri, 1 Jul 2022 17:12:34 +0800 Subject: [PATCH] fix: table text width Signed-off-by: TheYoungManLi --- assets/scss/markdown.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/scss/markdown.scss b/assets/scss/markdown.scss index fe6467dc0..62f134fac 100644 --- a/assets/scss/markdown.scss +++ b/assets/scss/markdown.scss @@ -279,6 +279,10 @@ background-color: #f6f8fa; } +.md-body table thead tr th:last-of-type{ + min-width: 40px; +} + .md-body table img { background-color: transparent; }