Skip to content

Commit ee75ac2

Browse files
Fix spinner
1 parent c88ff8a commit ee75ac2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Public/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
<button id="run-button" type="button" class="btn btn-primary btn-sm rounded-pill px-3 m-1 disabled"
8181
aria-label="Update">
8282
<span id="run-button-icon" class="fa-solid fa-play fa-fw"></span>
83-
<span id="run-button-spinner" class="fa-duotone fa-spinner-third fa-spin fa-fw d-none"></span>
83+
<div id="run-button-spinner" class="d-inline-block d-none">
84+
<span class="fa-duotone fa-spinner-third fa-spin fa-fw"></span>
85+
</div>
8486
<span class="px-1">Update</span>
8587
</button>
8688
<div class="dropdown d-inline-block">

0 commit comments

Comments
 (0)