Skip to content

Commit e3a1e5e

Browse files
authored
Fix vertical alignment of ha-label content (#28013)
1 parent 01b8a5e commit e3a1e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ha-label.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class HaLabel extends LitElement {
8181
8282
.container {
8383
display: flex;
84+
align-items: center;
8485
position: relative;
8586
height: 100%;
8687
padding: 0 16px;

0 commit comments

Comments
 (0)