Skip to content

Commit

Permalink
Fixed resize issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Oct 24, 2023
1 parent a17a8b9 commit 5e83fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/src/common/Upload.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Upload({coordinateFile, setCoordinateFile,
<Submit coordinateFile={coordinateFile} reflectionFile={reflectionFile} submitPressed={submitPressed} setResetApp={setResetApp} allowSubmit={allowSubmit}/> : <></>}

{showPDBFetch == true ?
<div className="mx-6">OR</div>
<div className="mx-6 w-full lg:w-6 sm:w-full text-center">OR</div>
:
<></>}
{showPDBFetch == true ?
Expand Down

0 comments on commit 5e83fab

Please sign in to comment.