Skip to content

Commit

Permalink
Merge pull request #64 from CornellDataScience/fixed_space
Browse files Browse the repository at this point in the history
added space
  • Loading branch information
cadejin2 authored May 1, 2024
2 parents a241c20 + 944a8d8 commit 6dd1d93
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 6dd1d93

Please sign in to comment.