From 974873e0c0c8ccacd5b72a9ca92b188c0e6306f4 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 2 Oct 2017 13:31:27 -0700 Subject: [PATCH] Fix QR resizing bug in Chrome. #1516 --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 5cd1ba9db..b6d56241b 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -1602,7 +1602,7 @@ input.field.tripped:not(:hover):not(:focus) { text-shadow: none !important; } #qr textarea { - min-width: 100%; + min-width: 300px; resize: both; } .field {