From e4bb8a442dbc69745c8c98cca1058ac6d164dc17 Mon Sep 17 00:00:00 2001
From: cjoan <cindyjoan2000@gmail.com>
Date: Tue, 24 Sep 2024 16:24:10 +0300
Subject: [PATCH] Governance note in action cleanup

---
 frontend/src/components/atoms/DrepGovActionSubmitCard.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/src/components/atoms/DrepGovActionSubmitCard.tsx b/frontend/src/components/atoms/DrepGovActionSubmitCard.tsx
index fbfc2c7b..13bc0a21 100644
--- a/frontend/src/components/atoms/DrepGovActionSubmitCard.tsx
+++ b/frontend/src/components/atoms/DrepGovActionSubmitCard.tsx
@@ -7,7 +7,7 @@ const SubmittedChip = ({ date }: { date: string }) => {
   return (
     <div className="flex flex-row items-center justify-between">
       <div className="flex w-fit rounded-full bg-blue-800 px-3 py-1 text-white">
-        <p className="text-xs font-light">Submitted a Governance Action</p>
+        <p className="text-xs font-light">Governance Action</p>
       </div>
       <p>
         {date
@@ -138,7 +138,7 @@ const DrepGovActionSubmitCard = ({
   return (
     <div
       id="epoch-card"
-      className={`flex max-w-md flex-col gap-3 rounded-xl border-2 bg-white p-3 shadow-xl ${style.borderColor}`}
+      className={`flex flex-col gap-3 rounded-xl border-2 bg-white p-3 shadow-xl ${style.borderColor} w-full`}
     >
       <SubmittedChip date={cardData?.prop_inception_time} />
       <hr />
-- 
GitLab