Skip to content

Commit 2537e7d

Browse files
Styling
1 parent 2fc64bb commit 2537e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ <h1 class="modal-title fs-5" id="debugger-modal-title">Regex Debugger</h1>
210210
<input id="debugger-step-range" type="range" class="form-range flex-grow-1" value="1" min="1"
211211
max="100">
212212
<div class="ms-3">
213-
<span id="debugger-step-range-max" class="badge rounded-pill text-bg-secondary">100</span>
213+
<span id="debugger-step-range-max" class="border px-3 py-1"
214+
style="font-size: 80%; font-weight: 600;">100</span>
214215
</div>
215216
</div>
216217
<p class="mb-0" style="text-align: center">

0 commit comments

Comments
 (0)