Skip to content

Commit

Permalink
added space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake0826 committed May 1, 2024
1 parent a241c20 commit 944a8d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/mathsearch/src/components/LaTeXInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function LaTeXInput() {
</div>
{/* Render the MathKeyboard here */}
<MathKeyboard onSymbolSelect={handleSymbolSelect} isVisible={showKeyboard} />
</div>
</div >
{/* End of latex-input-content */}

{/* Math output preview */}
Expand All @@ -298,7 +298,7 @@ function LaTeXInput() {
</div>

{/* File upload input */}
<div className="file-upload-container">
<div style={{ marginTop: '20px' }} className="file-upload-container">
<input
className="form-control"
type="file"
Expand Down

0 comments on commit 944a8d8

Please sign in to comment.