Skip to content

Commit

Permalink
CSS change for checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupamaSarjoshi committed Oct 17, 2023
1 parent 0427e0a commit d860529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ body#page-question-type-oumatrix div[id^=fgroup_id_][id*=rowoptions_] {
body#page-question-type-oumatrix .rowanswerlistlabel {
padding: 0 0.5rem 0 1.0rem;
}
body#page-question-type-oumatrix label[data-fieldtype=checkbox] {
margin-right: 0.75rem;
}
/* Row validation error display. */
body#page-question-type-oumatrix div[id^=fgroup_id_][id*=error_rowoptions_] {
border: 0;
Expand Down

0 comments on commit d860529

Please sign in to comment.