From 7ee88bcde8fa8f0fbc0b2f79d761ea2c56ec468e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 24 Apr 2015 14:30:31 -0700 Subject: [PATCH] Fix height of QR buttons in WebKit. --- src/General/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 955fa890b..5ed05bffe 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1280,6 +1280,7 @@ input.field.tripped:not(:hover):not(:focus) { background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat; border: 1px solid #BBB; border-radius: 2px; + height: 100%; } #qr-file-button { width: 15%;