From 966af7b825066f36030e4b8d4f4069a9b4fce2b5 Mon Sep 17 00:00:00 2001 From: deaflynx Date: Thu, 14 Sep 2023 12:23:05 +0300 Subject: [PATCH] Edge instructions fix padding --- .../pages/edge/edge-instructions-dialog.component.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/edge/edge-instructions-dialog.component.scss b/ui-ngx/src/app/modules/home/pages/edge/edge-instructions-dialog.component.scss index 05614add89..0c561cd8f6 100644 --- a/ui-ngx/src/app/modules/home/pages/edge/edge-instructions-dialog.component.scss +++ b/ui-ngx/src/app/modules/home/pages/edge/edge-instructions-dialog.component.scss @@ -69,7 +69,7 @@ :host ::ng-deep { .tb-markdown-view { - padding-top: 16px; + padding: 16px; .tb-command-code { .code-wrapper { padding: 0; @@ -112,9 +112,9 @@ } } } - > p, h1, h2, h3, h4, h5, div { - padding-left: 16px !important; - padding-right: 16px !important; + & > *:not(ul) { + padding-right: unset !important; + padding-left: unset !important; } } .mdc-button__label > span {