Update hui-grid-section.ts (#21088)

Add variable to align title
This commit is contained in:
Douwe 2024-06-15 18:21:42 +02:00 committed by GitHub
parent 8759ed740a
commit 27024135ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,6 +202,7 @@ export class GridSection extends LitElement implements LovelaceSectionElement {
margin: 0px;
letter-spacing: 0.1px;
line-height: 32px;
text-align: var(--ha-view-sections-title-text-align, start);
min-height: 32px;
display: block;
padding: 24px 10px 10px;