From 0547dffc849dedebe5a55d843fd8a106afba2653 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 19 Mar 2021 01:14:12 +0100 Subject: [PATCH] fix(button_card_templates): adjust alignment for moz Since firefox currently does not support the `alignment-baseline` attribute, the `dominant-baseline` attribute can be set to achieve a vertically centered alignment. --- button_card_templates.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/button_card_templates.yaml b/button_card_templates.yaml index 7286fab2..156bd83c 100644 --- a/button_card_templates.yaml +++ b/button_card_templates.yaml @@ -80,7 +80,7 @@ } - ${input}% + ${input}% `; } @@ -284,7 +284,7 @@ } - ${last_changed} + ${last_changed} `; ]]]