Skip to content

Commit

Permalink
Fix spacing on checkbox answers in quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Jul 15, 2024
1 parent b054260 commit 6d12c9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wp-content/themes/pub/wporg-learn-2024/src/style/_rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ body.rtl {
margin: 0 10px 0 0;
}

&.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-checkbox + label {
margin-left: 0;

&::before {
margin: 0 10px 0 0;
}
}

// Fix the border on the Sensei lesson page.
.wp-block-sensei-lms-course-theme-lesson-module {
border-left: 2px solid;
Expand Down

0 comments on commit 6d12c9e

Please sign in to comment.