Skip to content

Commit

Permalink
adjust search box
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins authored Aug 28, 2024
1 parent cca13c3 commit 9e2bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
<input type="text" style="width:50px" placeholder="(Max)" value="" id="maxmatches">
</div>
<div style="padding:2px">
<input type="text" style="width:160px" placeholder="(Search)" value="" id="search">
<input type="text" style="width:200px" placeholder="(Search)" value="" id="search">
<input type="checkbox" id="useregex">
<label for="useregex"> Uses Regex</label>
<input type="checkbox" id="casesensitive">
Expand Down

0 comments on commit 9e2bb86

Please sign in to comment.