From e3b97814ea0b2bd940ce9e5d0215b60b1236025b Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Wed, 16 Feb 2022 12:09:21 -0700 Subject: [PATCH] fix buttons on chrome vs firefox height --- ui/templates/_import.ctmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/templates/_import.ctmpl b/ui/templates/_import.ctmpl index 26d185d..435946a 100644 --- a/ui/templates/_import.ctmpl +++ b/ui/templates/_import.ctmpl @@ -75,6 +75,9 @@ .tb_fullscreen { height: 100%; } + .button, button, input[type="button"] { + height: auto; + }