Fix the CSS issue in Queryable inside EntryViewLine (#521)

This commit is contained in:
M. Mert Yıldıran
2021-12-07 14:15:49 +03:00
committed by GitHub
parent 880842c39f
commit 9aaf18842b

View File

@@ -31,7 +31,7 @@ const EntryViewLine: React.FC<EntryViewLineProps> = ({label, value, updateQuery,
<Queryable
query={query}
updateQuery={updateQuery}
style={{float: "right", height: "0px"}}
style={{float: "right", height: "18px"}}
iconStyle={{marginRight: "20px"}}
flipped={true}
displayIconOnMouseOver={true}