From d8b3718a08eb30589a2eee0d285d3041277b3a77 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Tue, 11 Jun 2019 13:00:03 +0200 Subject: [PATCH] Fix wrong padding for captcha label in registration form fixes #8016 closes #8028 --- app/assets/stylesheets/registration.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/registration.scss b/app/assets/stylesheets/registration.scss index 5fb2a2bc6..6fd755464 100644 --- a/app/assets/stylesheets/registration.scss +++ b/app/assets/stylesheets/registration.scss @@ -38,16 +38,13 @@ width: 120px; } - .captcha-input { + .form-control.captcha-input { border-bottom: 1px solid $input-border; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-sizing: border-box; - font-size: 16px; - height: 40px; line-height: $line-height-base; - padding: 10px 10px 10px 130px; - width: 100%; + padding-left: 130px; } .terms > a {