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 GitHub
parent 885a63d3f6
commit 1e05730ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;