Skip to content

Commit

Permalink
Fix capcha rendering in forms
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 12, 2024
1 parent 1c8a8ed commit bee04bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
@import 'modules/faq';
@import 'modules/icons';
@import 'modules/trainers';
@import 'modules/kcentressearch';
@import 'modules/kcentressearch';
@import 'modules/forms';
15 changes: 15 additions & 0 deletions scss/modules/forms.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.node--type-webform {
.captcha__element {
.input-group-prepend {
flex-grow: 0.07;

.field-prefix {
padding-top: 1.3rem;
}
}

label {
padding-top: 3px;
}
}
}

0 comments on commit bee04bf

Please sign in to comment.