Automation description text overflow (#12040)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
blair 2022-03-30 03:22:26 -07:00 committed by GitHub
parent ff80ab34ee
commit f5af63a50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);