From a4e6062de2f6a89062995cb8c4b866a50e5bd33b Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 6 Sep 2018 19:24:28 +0200 Subject: [PATCH] css: do not force button height (#25763) --- src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css index 45cdfa4..65eef1c 100644 --- a/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css +++ b/src/authentic2_auth_fc/static/authentic2_auth_fc/css/fc.css @@ -38,7 +38,6 @@ div#fc-button a.button:focus { div#fc-button a.button div { width: 100%; - height: 100%; } div#fc-button-wrapper.small div#fc-button a.button div img { -- 2.19.0.rc2