Make min width of select configurable (#11965)

This commit is contained in:
Bram Kragten
2022-03-07 14:55:44 +01:00
committed by GitHub
parent dfcb0f6ba0
commit 8258641443
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ export class HaSelect extends SelectBase {
.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
color: var(--secondary-text-color);
}
.mdc-select__anchor {
width: var(--ha-select-min-width, 200px);
}
`,
];
}