Fix picker field height (#25623)

This commit is contained in:
Paul Bottein
2025-05-28 13:07:22 +02:00
committed by GitHub
parent 06db0f4b98
commit b7e63e697f

View File

@@ -95,8 +95,8 @@ export class HaPickerField extends LitElement {
border-end-start-radius: 0;
--md-list-item-one-line-container-height: 56px;
--md-list-item-two-line-container-height: 56px;
--md-list-item-top-space: 8px;
--md-list-item-bottom-space: 8px;
--md-list-item-top-space: 0px;
--md-list-item-bottom-space: 0px;
--md-list-item-leading-space: 8px;
--md-list-item-trailing-space: 8px;
--ha-md-list-item-gap: 8px;