Fix for the Redmine Recaptcha plugin
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
margin-right: $padding-side;
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Additional tags
|
||||
// https://www.redmine.org/plugins/additional_tags
|
||||
@@ -288,6 +289,20 @@
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Redmine Recaptcha
|
||||
// https://www.redmine.org/plugins/recaptcha
|
||||
// --------------------------------------------------
|
||||
|
||||
.new-user .g-recaptcha {
|
||||
padding-left: 170px;
|
||||
|
||||
@media screen and (max-width: $redmine-responsive-max) {
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// Redmine Backlogs
|
||||
// https://github.com/HolonGlobe/redmine_backlogs
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user