Skip to content

Commit

Permalink
chore: ensure consistent loader postion in save button
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayakRugvedi authored and bshankar committed Jul 29, 2024
1 parent 0101a49 commit 2cf2fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/projectEdit/partnersForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const PartnersForm = () => {
</div>

<Button
className={`${styleClasses.redButtonClass} br2`}
className={`${styleClasses.redButtonClass} br2 flex`}
style={{ height: '42px' }}
onClick={handleSave}
loading={savePartnerMutation.isLoading}
Expand Down

0 comments on commit 2cf2fb9

Please sign in to comment.