mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Fix min width so entire date/time will be presented (#14105)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user