From 76a8f32c211a2778db98a41dc662a7610cbb5fe5 Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Tue, 11 Jan 2022 15:51:51 +0200 Subject: [PATCH] Fix markdown component 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 edf7e0e2bb..e34af4a5ab 100644 --- a/ui-ngx/src/styles.scss +++ b/ui-ngx/src/styles.scss @@ -566,7 +566,7 @@ mat-label { } } - table { + & > table { margin-left: 32px; width: calc(100% - 64px); border: 1px solid rgba(42,125,236,.2);