From 7c687c3c48a9e82873d5b8936f0d2b97ea24ad90 Mon Sep 17 00:00:00 2001 From: tinohi Date: Sun, 8 Jun 2025 14:00:00 +0000 Subject: [PATCH] fix trash frontend 2 --- web/src/app/mapfixes/[mapfixId]/(styles)/page/review.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/mapfixes/[mapfixId]/(styles)/page/review.scss b/web/src/app/mapfixes/[mapfixId]/(styles)/page/review.scss index 08fc5c0b..b93e931f 100644 --- a/web/src/app/mapfixes/[mapfixId]/(styles)/page/review.scss +++ b/web/src/app/mapfixes/[mapfixId]/(styles)/page/review.scss @@ -35,8 +35,8 @@ } .review-area { - display: grid; - justify-content: center; + display: flex; + flex-direction: column; gap: 25px; img {