From 9fb7c69b839c28790b12e837cd35b8cfbe3b8cb8 Mon Sep 17 00:00:00 2001 From: PranavAwasthi Date: Fri, 6 Sep 2024 15:23:05 +0530 Subject: [PATCH] Fixed question label alignment --- css/common.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/common.css b/css/common.css index 3dead6e27..286c2baf6 100644 --- a/css/common.css +++ b/css/common.css @@ -267,6 +267,9 @@ footer.qsm-popup__footer button.qsm-popup-secondary-button:hover { width: auto; margin-bottom: 10px; } +.quiz_section .mlw_qmn_new_question label { + display: inline; +} .quiz_section .mlw_qmn_question.qsm_remove_bold { font-weight: normal; display: block;