Skip to content

Commit

Permalink
add margin to the spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Nov 19, 2024
1 parent af3147f commit d29f29d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/home/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<% page_header "Overview", page_title: true %>

<div id="overview_fees_container">
<div class="spinner-border text-danger" role="status">
<span class="visually-hidden">Loading...</span>
<div class="d-flex justify-content-center mt-5 mb-5">
<div class="spinner-border text-danger" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</div>
</div>

0 comments on commit d29f29d

Please sign in to comment.