+
+
+
${this.hass!.localize("ui.panel.config.cloud.account.alexa.info")}
-
@@ -197,6 +197,15 @@ export class CloudAlexaPref extends LitElement {
margin-right: 7px;
margin-left: 0.5em;
}
+ ha-card {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ height: 100%;
+ }
+ .card-content {
+ flex: 1;
+ }
`;
}
}
diff --git a/src/panels/config/core/ha-config-url-form.ts b/src/panels/config/core/ha-config-url-form.ts
index e63b256e0c..702adf75bf 100644
--- a/src/panels/config/core/ha-config-url-form.ts
+++ b/src/panels/config/core/ha-config-url-form.ts
@@ -51,46 +51,31 @@ class ConfigUrlForm extends LitElement {
`
: ""}
${this._error ? html`
${this._error}
` : ""}
-
-
- ${this.hass.localize(
- "ui.panel.config.core.section.core.core_config.external_url"
- )}
-
-
-
-
-
-
-
- ${this.hass.localize(
- "ui.panel.config.core.section.core.core_config.internal_url"
- )}
-
-
-
-
+
+
+
+