Improve target picker section title (#27539)

This commit is contained in:
Wendelin
2025-10-16 15:37:04 +02:00
committed by GitHub
parent 089316b8ae
commit c8419d4c3d
2 changed files with 4 additions and 3 deletions

View File

@@ -1019,10 +1019,14 @@ export class HaTargetPickerSelector extends LitElement {
padding: var(--ha-space-1) var(--ha-space-2);
font-weight: var(--ha-font-weight-bold);
color: var(--secondary-text-color);
min-height: var(--ha-space-6);
display: flex;
align-items: center;
}
.title {
width: 100%;
min-height: var(--ha-space-8);
}
:host([mode="dialog"]) .title {