mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-28 15:27:20 +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,
|
textfieldStyles,
|
||||||
textareaStyles,
|
textareaStyles,
|
||||||
css`
|
css`
|
||||||
:host([autogrow]) {
|
|
||||||
max-height: 200px;
|
|
||||||
}
|
|
||||||
:host([autogrow]) .mdc-text-field {
|
:host([autogrow]) .mdc-text-field {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 74px;
|
min-height: 74px;
|
||||||
min-width: 178px;
|
min-width: 178px;
|
||||||
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
:host([autogrow]) .mdc-text-field:after {
|
:host([autogrow]) .mdc-text-field:after {
|
||||||
content: attr(data-value);
|
content: attr(data-value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user