From 8844a625d9298c39dee4d292f8a02237dacd8eb9 Mon Sep 17 00:00:00 2001 From: sagIoTPower Date: Mon, 27 Nov 2023 14:15:15 +0100 Subject: [PATCH] corrected bug in wizard --- .../src/sample/editor/editor-stepper.component.css | 5 +++++ .../src/sample/editor/editor-stepper.component.html | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/analytics-ui/src/sample/editor/editor-stepper.component.css b/analytics-ui/src/sample/editor/editor-stepper.component.css index 2654c1c..99c0ab8 100644 --- a/analytics-ui/src/sample/editor/editor-stepper.component.css +++ b/analytics-ui/src/sample/editor/editor-stepper.component.css @@ -16,6 +16,7 @@ pre { font-size: 16px; line-height: 16px; max-height: 700px; + font-size: var(--c8y-font-size-base); } pre span.line { @@ -36,6 +37,10 @@ pre span.line::before { line-height: 16px; } +.padding-editor{ + padding: 96px;; +} + /* pre span.line:nth-child(odd)::before { background-color: #555; } */ \ No newline at end of file diff --git a/analytics-ui/src/sample/editor/editor-stepper.component.html b/analytics-ui/src/sample/editor/editor-stepper.component.html index 1531012..f887f72 100644 --- a/analytics-ui/src/sample/editor/editor-stepper.component.html +++ b/analytics-ui/src/sample/editor/editor-stepper.component.html @@ -22,7 +22,7 @@ - -
+ +
-
+
             {{source}}
           
-
+