mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-04 12:05:35 +00:00
Fix the CSS issue in Queryable
component for src.name
field on heading mode (#530)
This commit is contained in:
@@ -161,7 +161,7 @@ export const EntryItem: React.FC<EntryProps> = ({entry, focusedEntryId, setFocus
|
|||||||
displayIconOnMouseOver={true}
|
displayIconOnMouseOver={true}
|
||||||
flipped={true}
|
flipped={true}
|
||||||
style={{marginTop: "-4px", overflow: "visible"}}
|
style={{marginTop: "-4px", overflow: "visible"}}
|
||||||
iconStyle={{marginTop: "4px", left: "68px", position: "absolute"}}
|
iconStyle={!headingMode ? {marginTop: "4px", left: "68px", position: "absolute"} : {marginTop: "4px", left: "calc(50vw + 41px)", position: "absolute"}}
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
title="Source Name"
|
title="Source Name"
|
||||||
|
Reference in New Issue
Block a user