Place icon next to the text in control button (#22451)

This commit is contained in:
Paul Bottein 2024-10-21 17:01:00 +02:00 committed by Bram Kragten
parent 2ab9aed5b4
commit 995955491f

View File

@ -45,7 +45,7 @@ export class HaControlButton extends LitElement {
position: relative;
cursor: pointer;
display: flex;
flex-direction: column;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;