From 84991a648640e3af2ce295a306952f6a9186db49 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Thu, 25 Apr 2024 14:11:25 +0900 Subject: [PATCH] Wrap Answers heading on narrow screens (#112) Otherwise it would overflow on the x-axis. --- public/question.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/question.css b/public/question.css index 85cbcae..a9b8bae 100644 --- a/public/question.css +++ b/public/question.css @@ -132,6 +132,7 @@ img { .answers-header { display: flex; + flex-wrap: wrap; justify-content: space-between; align-items: center; }