From 0321e55a42b3162299711cbf878a4eea8d369509 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Sat, 16 May 2020 05:15:04 -0400 Subject: [PATCH] EZ (#5901) --- .../lovelace/editor/card-editor/hui-card-picker.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; + } `, ]; }