From e02be903c44fb072c0269fd8a73f92a521b16bf0 Mon Sep 17 00:00:00 2001 From: MasterOfGoats Date: Thu, 17 Sep 2026 23:06:45 -0400 Subject: [PATCH] Changing the question from single spaced to double --- web/src/components/question/QuestionPanel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/question/QuestionPanel.css b/web/src/components/question/QuestionPanel.css index 99e7653..5c448d4 100644 --- a/web/src/components/question/QuestionPanel.css +++ b/web/src/components/question/QuestionPanel.css @@ -14,6 +14,7 @@ .questionDescription { font-size: 100%; font-family: 'Azeret Mono'; + line-height: 2.0; } .resetStarterCodeParent { display: flex;