From f5af63a50ec4f0bfec88f8c60cf3c1f335af12f9 Mon Sep 17 00:00:00 2001 From: blair <1585872+blairun@users.noreply.github.com> Date: Wed, 30 Mar 2022 03:22:26 -0700 Subject: [PATCH] Automation description text overflow (#12040) Co-authored-by: Bram Kragten --- src/components/ha-textarea.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/ha-textarea.ts b/src/components/ha-textarea.ts index 2a3bf1a040..ce7c1539eb 100644 --- a/src/components/ha-textarea.ts +++ b/src/components/ha-textarea.ts @@ -19,13 +19,11 @@ export class HaTextArea extends TextAreaBase { textfieldStyles, textareaStyles, css` - :host([autogrow]) { - max-height: 200px; - } :host([autogrow]) .mdc-text-field { position: relative; min-height: 74px; min-width: 178px; + max-height: 200px; } :host([autogrow]) .mdc-text-field:after { content: attr(data-value);