From 0dece34676715224d3012d5cad1543d24bc20928 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 17 Jun 2012 16:58:03 +0200 Subject: [PATCH] Fix #520 --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index d2aa2d40b..1355a3c8a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4634,7 +4634,7 @@ textarea.field {\ min-height: 120px;\ }\ #qr .field:only-child {\ - display: block;\ + display: -webkit-box;\ min-width: 100%;\ }\ .captcha {\ diff --git a/script.coffee b/script.coffee index 44dae30e0..f8736d3e7 100644 --- a/script.coffee +++ b/script.coffee @@ -3573,7 +3573,7 @@ textarea.field { min-height: 120px; } #qr .field:only-child { - display: block; + display: -webkit-box; min-width: 100%; } .captcha {