From 27024135ea40728306cc74ae19a0830ccbc75ea2 Mon Sep 17 00:00:00 2001 From: Douwe <61123717+dhoeben@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:21:42 +0200 Subject: [PATCH] Update hui-grid-section.ts (#21088) Add variable to align title --- src/panels/lovelace/sections/hui-grid-section.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/lovelace/sections/hui-grid-section.ts b/src/panels/lovelace/sections/hui-grid-section.ts index a9698207b0..83dce5856a 100644 --- a/src/panels/lovelace/sections/hui-grid-section.ts +++ b/src/panels/lovelace/sections/hui-grid-section.ts @@ -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;