We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88ff8a commit ee75ac2Copy full SHA for ee75ac2
Public/index.html
@@ -80,7 +80,9 @@
80
<button id="run-button" type="button" class="btn btn-primary btn-sm rounded-pill px-3 m-1 disabled"
81
aria-label="Update">
82
<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>
+ <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>
86
<span class="px-1">Update</span>
87
</button>
88
<div class="dropdown d-inline-block">
0 commit comments