From 8899bba15fb45393b29aa6aee895fa461e96d417 Mon Sep 17 00:00:00 2001 From: Zack Date: Wed, 16 Feb 2022 16:14:05 -0600 Subject: [PATCH] Justify Around Button BAse --- src/panels/lovelace/components/hui-buttons-base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/components/hui-buttons-base.ts b/src/panels/lovelace/components/hui-buttons-base.ts index 6cc72af052..8b98ad28b8 100644 --- a/src/panels/lovelace/components/hui-buttons-base.ts +++ b/src/panels/lovelace/components/hui-buttons-base.ts @@ -84,7 +84,7 @@ export class HuiButtonsBase extends LitElement { box-sizing: border-box; display: flex; flex-wrap: wrap; - /* justify-content: space-around; */ + justify-content: space-around; } state-badge { display: inline-flex;