From 11d2478ae616b27dcaf77e554de118e1149f5c4c Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Thu, 2 Mar 2023 16:55:35 +0200 Subject: [PATCH] UI: Fix markdown styles --- ui-ngx/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/styles.scss b/ui-ngx/src/styles.scss index ba08963018..883ccaf72f 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -424,7 +424,7 @@ mat-label { } } -.tb-markdown-view { +.tb-default .tb-markdown-view, .tb-dark .tb-markdown-view, .tb-markdown-view { display: block; $headings: h1, h2, h3, h4, h5, h6;