From 2d7e9744e7fa5e26ac870ba717eae64c8e5e9549 Mon Sep 17 00:00:00 2001 From: Timothy Armes Date: Thu, 14 Sep 2023 16:09:34 +0200 Subject: [PATCH] Fix alignment --- app/[locale]/elo/page.tsx | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/app/[locale]/elo/page.tsx b/app/[locale]/elo/page.tsx index 627e8f7..c010f09 100644 --- a/app/[locale]/elo/page.tsx +++ b/app/[locale]/elo/page.tsx @@ -164,20 +164,31 @@ export default function Elo() { required /> - ({ - value: result, - label: t("gameResult", { result }), - }))} - required - /> +
+ ({ + value: result, + label: t("gameResult", { result }), + }))} + required + /> + {gameFields.length > 1 && ( + + )} +
{gameFields.length > 1 && (