mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Automation description text overflow (#12040)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
ff80ab34ee
commit
f5af63a50e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user