mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix min width so entire date/time will be presented (#14105)
This commit is contained in:
parent
7e6a9f1653
commit
dad7c43fd2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user