diff --git a/4chan_x.js b/4chan_x.js index 879943fc9..115b7acd3 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2340,8 +2340,7 @@ #qr > div.move > input[name=name] {\ float: left;\ }\ - #qr_form > div {\ - float: left;\ + #qr_form {\ clear: both;\ }\ #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\ diff --git a/script.coffee b/script.coffee index 3cf5c3df1..b3b5d8056 100644 --- a/script.coffee +++ b/script.coffee @@ -1844,8 +1844,7 @@ main = #qr > div.move > input[name=name] { float: left; } - #qr_form > div { - float: left; + #qr_form { clear: both; } #qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */