Skip to content

Commit

Permalink
fix: adjust spacing import model
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed May 29, 2024
1 parent 81cf840 commit 353fe4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/screens/Settings/EditModelInfoModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const EditModelInfoModal = () => {
</div>
</div>

<form className="flex flex-col space-y-4">
<form className="mt-4 flex flex-col space-y-4">
<div className="flex flex-col">
<label className="mb-1">Model Name</label>
<Input
Expand Down Expand Up @@ -183,7 +183,7 @@ const EditModelInfoModal = () => {
</div>
</form>

<div className="flex gap-x-2">
<div className="mt-4 flex gap-x-2">
<ModalClose asChild onClick={onCancelClick}>
<Button theme="ghost">Cancel</Button>
</ModalClose>
Expand Down

0 comments on commit 353fe4c

Please sign in to comment.