Fix for the Redmine Recaptcha plugin

This commit is contained in:
Guillaume AGNIERAY
2023-03-27 11:15:07 +02:00
parent ee5f7c953a
commit 4d5350abcf
2 changed files with 16 additions and 1 deletions

View File

@@ -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