mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-13 21:30:04 +00:00
Fix the CSS issue in Queryable
inside EntryViewLine
(#521)
This commit is contained in:
@@ -31,7 +31,7 @@ const EntryViewLine: React.FC<EntryViewLineProps> = ({label, value, updateQuery,
|
|||||||
<Queryable
|
<Queryable
|
||||||
query={query}
|
query={query}
|
||||||
updateQuery={updateQuery}
|
updateQuery={updateQuery}
|
||||||
style={{float: "right", height: "0px"}}
|
style={{float: "right", height: "18px"}}
|
||||||
iconStyle={{marginRight: "20px"}}
|
iconStyle={{marginRight: "20px"}}
|
||||||
flipped={true}
|
flipped={true}
|
||||||
displayIconOnMouseOver={true}
|
displayIconOnMouseOver={true}
|
||||||
|
Reference in New Issue
Block a user