From 2786ca71502e6c9e62425765bbc33df18b411389 Mon Sep 17 00:00:00 2001
From: Osamu Takiya <takiya@toran.sakura.ne.jp>
Date: Sat, 25 Jun 2022 13:23:05 +0900
Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Division=E3=82=B3?=
 =?UTF-8?q?=E3=83=B3=E3=83=9D=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AE?=
 =?UTF-8?q?=20alert=20=E3=81=AE=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB?=
 =?UTF-8?q?=E3=82=92=E5=BE=AE=E4=BF=AE=E6=AD=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 components/votes/Divisions.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/votes/Divisions.tsx b/components/votes/Divisions.tsx
index f52be13d..e67f0675 100644
--- a/components/votes/Divisions.tsx
+++ b/components/votes/Divisions.tsx
@@ -153,7 +153,7 @@ export const Divisions: NextPage = () => {
               {isDuringVoteTerm && (
                 <>
                   <div className="alert shadow-lg bg-white text-black text-xl">
-                    <div>
+                    <div className="w-full ml-2">
                       <svg
                         xmlns="http://www.w3.org/2000/svg"
                         fill="none"
@@ -183,7 +183,7 @@ export const Divisions: NextPage = () => {
               )}
 
               <div className="alert shadow-lg bg-white text-black text-xl">
-                <div>
+                <div className="w-full ml-2">
                   <svg
                     xmlns="http://www.w3.org/2000/svg"
                     fill="none"