From 48ffb903da5414d9b477e6fa7c1a8d2f7bc6695e Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 4 May 2023 13:51:19 +0200 Subject: [PATCH] change(ui) - user events visit event padding --- .../app/components/Session_/EventsBlock/EventGroupWrapper.js | 3 +-- .../Session_/EventsBlock/eventGroupWrapper.module.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js b/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js index 9ce12cb88..44efb5b75 100644 --- a/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js +++ b/frontend/app/components/Session_/EventsBlock/EventGroupWrapper.js @@ -70,14 +70,13 @@ class EventGroupWrapper extends React.Component { <>
{isFirst && isLocation && event.referrer && ( diff --git a/frontend/app/components/Session_/EventsBlock/eventGroupWrapper.module.css b/frontend/app/components/Session_/EventsBlock/eventGroupWrapper.module.css index 552c44ab8..3b88ff688 100644 --- a/frontend/app/components/Session_/EventsBlock/eventGroupWrapper.module.css +++ b/frontend/app/components/Session_/EventsBlock/eventGroupWrapper.module.css @@ -1,5 +1,5 @@ .first { - padding-top: 7px; + /* padding-top: 7px; */ border-radius: 0; }