Fix min width so entire date/time will be presented (#14105)

This commit is contained in:
Yosi Levy 2022-10-17 11:53:06 +03:00 committed by GitHub
parent 7e6a9f1653
commit dad7c43fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ export class HaDateRangePicker extends LitElement {
ha-textfield {
display: inline-block;
max-width: 250px;
min-width: 200px;
min-width: 220px;
}
ha-textfield:last-child {