1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-25 05:06:18 +00:00

Fix vertical alignment of ha-label content (#28013)

This commit is contained in:
Petar Petrov
2025-11-26 10:37:42 +02:00
committed by GitHub
parent 01b8a5e01a
commit e3a1e5e0e3

View File

@@ -81,6 +81,7 @@ class HaLabel extends LitElement {
.container {
display: flex;
align-items: center;
position: relative;
height: 100%;
padding: 0 16px;