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 2fc64bb commit 2537e7dCopy full SHA for 2537e7d
Public/index.html
@@ -210,7 +210,8 @@ <h1 class="modal-title fs-5" id="debugger-modal-title">Regex Debugger</h1>
210
<input id="debugger-step-range" type="range" class="form-range flex-grow-1" value="1" min="1"
211
max="100">
212
<div class="ms-3">
213
- <span id="debugger-step-range-max" class="badge rounded-pill text-bg-secondary">100</span>
+ <span id="debugger-step-range-max" class="border px-3 py-1"
214
+ style="font-size: 80%; font-weight: 600;">100</span>
215
</div>
216
217
<p class="mb-0" style="text-align: center">
0 commit comments