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; }