mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-03 19:40:05 +00:00
change icon style css to move the icon so it can be clicked (#1111)
This commit is contained in:
parent
2f1cc21fcb
commit
3901f3f3fe
@ -296,7 +296,7 @@ export const EntryItem: React.FC<EntryProps> = ({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"}}
|
||||
>
|
||||
<span
|
||||
className={`${styles.tcpInfo} ${styles.ip}`}
|
||||
|
Loading…
Reference in New Issue
Block a user