From 006d989943540416bd50e85ff96233cb9273b768 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Fri, 3 Apr 2020 11:22:40 -0400 Subject: [PATCH] Edit Options: Overflow Menu Fix (#5433) * Adds no wrap and removes top and bottom padding * Small updates for clean up --- .../lovelace/components/hui-card-options.ts | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/panels/lovelace/components/hui-card-options.ts b/src/panels/lovelace/components/hui-card-options.ts index bc35ffd524..c7c3f0fd64 100644 --- a/src/panels/lovelace/components/hui-card-options.ts +++ b/src/panels/lovelace/components/hui-card-options.ts @@ -36,7 +36,7 @@ export class HuiCardOptions extends LitElement {
- ${this.hass!.localize( "ui.panel.lovelace.editor.edit_card.edit" )} - + ${this.hass!.localize( "ui.panel.lovelace.editor.edit_card.move" )} - + ${this.hass!.localize( "ui.panel.lovelace.editor.edit_card.delete" )}