diff --git a/4chan_x.user.js b/4chan_x.user.js index 333e3609c..d1ebc6bb1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3114,8 +3114,8 @@ #qr > .move {\ text-align: right;\ }\ - #qr input {\ - width: 82;\ + #qr form input {\ + width: 82px;\ }\ #qr #recaptcha_response_field {\ width: 100%;\ diff --git a/script.coffee b/script.coffee index cb023957c..1b0568fd6 100644 --- a/script.coffee +++ b/script.coffee @@ -2446,8 +2446,8 @@ Main = #qr > .move { text-align: right; } - #qr input { - width: 82; + #qr form input { + width: 82px; } #qr #recaptcha_response_field { width: 100%;