From e5aa4fe1b693d5f5bb1eef97ce99b94692d7d890 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 26 Jul 2024 14:29:07 -0400 Subject: [PATCH] 2024 Theme: Prevent inputs from shrinking when answer text is long Fixes #2785 --- .../themes/pub/wporg-learn-2024/src/style/_sensei.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss index da5607654..f37ceb278 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_sensei.scss @@ -123,6 +123,11 @@ body.sensei { .wp-block-sensei-lms-quiz .sensei-lms-question-block__header { margin-bottom: var(--wp--preset--spacing--20); } + + #sensei-quiz-list li ul li input, + #sensei-quiz-list .sensei-multiple-choice-answer-option-checkbox + label::before { + flex-shrink: 0; + } } section.wp-block-sensei-lms-course-outline {