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 {