From ffb98344d0310f07a69367455b1ae92c29d774d2 Mon Sep 17 00:00:00 2001 From: PriyadharshiniNagarathinam Date: Sat, 6 Jan 2024 15:35:58 +0530 Subject: [PATCH] align buttons of event component --- src/components/EventListCard/EventListCard.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/EventListCard/EventListCard.module.css b/src/components/EventListCard/EventListCard.module.css index 8921f14289..a5a911609f 100644 --- a/src/components/EventListCard/EventListCard.module.css +++ b/src/components/EventListCard/EventListCard.module.css @@ -89,7 +89,7 @@ padding-left: 5px; } .checkboxdiv > div label { - margin-right: 50px; + margin-right: 30px; } .checkboxdiv > label > input { margin-left: 10px; @@ -99,6 +99,7 @@ justify-content: space-between; margin-bottom: 5px; margin-right: 5px; + margin-top: 10px; } .dispflex > input { width: 20%;