Skip to content

Commit

Permalink
Right align header buttons in query builder
Browse files Browse the repository at this point in the history
Fixes #3681
  • Loading branch information
CarolineDenis committed Jul 3, 2023
1 parent 3d0d282 commit 179e28d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function QueryHeader({
</ProtectedTable>
</ProtectedAction>
)}
<div className="flex flex-wrap justify-center gap-2">
<div className="flex flex-wrap justify-end gap-2">
<ToggleMappingViewButton
fields={state.fields}
showMappingView={state.showMappingView}
Expand Down

0 comments on commit 179e28d

Please sign in to comment.