Skip to content

Commit

Permalink
Fix terminal loading spinner position
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Jan 10, 2024
1 parent 44abe36 commit b036e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latest/scripts/theseus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function Body() {
<Tab.Pane eventKey="terminal">
<Suspense
fallback={
<div className="d-flex justify-content-center mb-2 mx-2 border border-top-0 terminal-placeholder">
<div className="d-flex justify-content-center mb-2 mx-2 pt-2 border border-top-0 terminal-placeholder">
<Spinner animation="border" className="" role="status" variant="light">
<span className="visually-hidden">Loading...</span>
</Spinner>
Expand Down

0 comments on commit b036e73

Please sign in to comment.