From 3901f3f3feb177fb65bdab66107877ff15d23211 Mon Sep 17 00:00:00 2001 From: AmitUp9 <96980485+AmitUp9@users.noreply.github.com> Date: Tue, 24 May 2022 14:16:27 +0300 Subject: [PATCH] change icon style css to move the icon so it can be clicked (#1111) --- .../components/TrafficViewer/EntryListItem/EntryListItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx b/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx index a04fa5694..3b429dc35 100644 --- a/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx +++ b/ui-common/src/components/TrafficViewer/EntryListItem/EntryListItem.tsx @@ -296,7 +296,7 @@ export const EntryItem: React.FC = ({entry, style, headingMode, name query={`dst.ip == "${entry.dst.ip}"`} displayIconOnMouseOver={true} flipped={false} - iconStyle={{marginTop: "28px"}} + iconStyle={{marginTop: "30px", marginLeft: "-2px",right: "35px", position: "relative"}} >