mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 20:25:38 +00:00
fix: move gql variables prettify icon to a better position (#6455)
* move gql variable prettier icon down * fix: doesn't need the class
This commit is contained in:
committed by
GitHub
parent
b188a9e9a9
commit
aac219d4cd
@@ -50,7 +50,7 @@ const GraphQLVariables = ({ variables, item, collection }) => {
|
||||
return (
|
||||
<>
|
||||
<button
|
||||
className="btn-add-param text-link px-4 py-4 select-none absolute top-0 right-0 z-10"
|
||||
className="btn-add-param text-link px-4 py-4 select-none absolute right-0 z-10"
|
||||
onClick={onPrettify}
|
||||
title="Prettify"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user