fix time input width (#23998)

This commit is contained in:
Bram Kragten
2025-01-31 18:12:49 +01:00
committed by GitHub
parent 1402802031
commit 34ef5be720
2 changed files with 9 additions and 10 deletions

View File

@@ -329,15 +329,12 @@ export class HaBaseTimeInput extends LitElement {
:host([clearable]) {
position: relative;
}
:host {
display: block;
}
.time-input-wrap-wrap {
display: flex;
}
.time-input-wrap {
display: flex;
flex: 1;
flex: var(--time-input-flex, unset);
border-radius: var(--mdc-shape-small, 4px) var(--mdc-shape-small, 4px) 0 0;
overflow: hidden;
position: relative;