Skip to content

Commit

Permalink
Update to webform radios and checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed May 7, 2024
1 parent 4be3813 commit 67e123f
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 23 deletions.
5 changes: 1 addition & 4 deletions css/drupal.ckeditor.theme.styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/drupal.ckeditor.theme.styles.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/drupal.ckeditor.theme.styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/drupal.ckeditor.theme.styles.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/drupal.webform.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
padding-left: 0.5em;
}

.webform-has-field-prefix input,
.webform-has-field-suffix input {
flex: 1;
.webform-has-field-prefix:not(.checkboxes--wrapper, .radios--wrapper) input,
.webform-has-field-suffix:not(.checkboxes--wrapper, .radios--wrapper) input {
flex: 1 1 0%;
}

/* fix drag icon */
Expand Down
2 changes: 1 addition & 1 deletion css/drupal.webform.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/styles.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/styles.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/css/drupal.webform.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@
padding-left: 0.5em;
}

.webform-has-field-prefix input,
.webform-has-field-suffix input {
flex: 1;
.webform-has-field-prefix:not(.checkboxes--wrapper, .radios--wrapper) input,
.webform-has-field-suffix:not(.checkboxes--wrapper, .radios--wrapper) input {
flex: 1 1 0%;
}

/* fix drag icon */
Expand Down

0 comments on commit 67e123f

Please sign in to comment.