From 9d74a07ae2f2374ad28afd518dd75a781f07a6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Mon, 22 Apr 2024 23:23:03 +0900 Subject: [PATCH] Wrap Answers heading on narrow screens 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 ada56f3..278a8e2 100644 --- a/public/question.css +++ b/public/question.css @@ -162,6 +162,7 @@ img { .answers-header { display: flex; + flex-wrap: wrap; justify-content: space-between; align-items: center; }