From 995955491f6e509735a458098e97ef342aaf06f6 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Mon, 21 Oct 2024 17:01:00 +0200 Subject: [PATCH] Place icon next to the text in control button (#22451) --- src/components/ha-control-button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-control-button.ts b/src/components/ha-control-button.ts index 862767c62df9..6b90c06ac12a 100644 --- a/src/components/ha-control-button.ts +++ b/src/components/ha-control-button.ts @@ -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;