Skip to content

Commit acf07fd

Browse files
committed
Fix vertical alignment of ha-label content
1 parent c609197 commit acf07fd

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)