diff --git a/src/panels/developer-tools/yaml_configuration/developer-yaml-config.ts b/src/panels/developer-tools/yaml_configuration/developer-yaml-config.ts index 906228308b..e0ed5221ab 100644 --- a/src/panels/developer-tools/yaml_configuration/developer-yaml-config.ts +++ b/src/panels/developer-tools/yaml_configuration/developer-yaml-config.ts @@ -120,9 +120,9 @@ export class DeveloperYamlConfig extends LitElement { "ui.panel.developer-tools.tabs.yaml.section.validation.errors" )} > - ${this._validateResult.errors} + +
${this._validateResult
+                              .errors}
` : "" } @@ -134,9 +134,9 @@ export class DeveloperYamlConfig extends LitElement { "ui.panel.developer-tools.tabs.yaml.section.validation.warnings" )} > - ${this._validateResult.warnings} + +
${this._validateResult
+                              .warnings}
` : "" } @@ -246,6 +246,7 @@ export class DeveloperYamlConfig extends LitElement { .validate-log { white-space: pre-wrap; direction: ltr; + margin: 0; } .content {