From 121b8fd556653bd132dfecb472ff1b10756e1b14 Mon Sep 17 00:00:00 2001 From: Respirayson Date: Sat, 3 Aug 2024 00:10:51 +0800 Subject: [PATCH] Increase line height --- src/pages/elections/Faq.tsx | 2 +- src/pages/elections/Roles.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/elections/Faq.tsx b/src/pages/elections/Faq.tsx index b4b26ee..cb18121 100644 --- a/src/pages/elections/Faq.tsx +++ b/src/pages/elections/Faq.tsx @@ -20,7 +20,7 @@ function Faq() { {FAQ.map((faq, index) => (
- + {faq.question}
-
    +
      {wing.roles.map((role, roleIndex) => (
    • {role.name}