diff --git a/src/panels/lovelace/editor/card-editor/hui-card-picker.ts b/src/panels/lovelace/editor/card-editor/hui-card-picker.ts index 926191c3d7..cf2870801e 100644 --- a/src/panels/lovelace/editor/card-editor/hui-card-picker.ts +++ b/src/panels/lovelace/editor/card-editor/hui-card-picker.ts @@ -98,7 +98,11 @@ export class HuiCardPicker extends LitElement { )}
-
+
${this.hass!.localize( `ui.panel.lovelace.editor.card.generic.manual_description` @@ -258,6 +262,10 @@ export class HuiCardPicker extends LitElement { height: 100%; z-index: 1; } + + .manual { + max-width: none; + } `, ]; }