Skip to content

Commit 90681a7

Browse files
committed
changed commit input size
Signed-off-by: Vedansh Saini <[email protected]>
1 parent fac353b commit 90681a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h4>Your Github Token</h4>
177177
<div class="flex items-center gap-2">
178178
<input type="checkbox" id="showCommits" checked class="form-checkbox h-4 w-4 text-blue-600 ">
179179
<label id="showCommitsLabel" for="showCommits" class="text-gray-700 font-medium text-sm flex items-center gap-1 ">Show last
180-
<input type="number" id="numCommits" min="1" max="25" value="5" class="form-input w-14 mx-1 px-1 py-0.5 text-center border border-gray-300 rounded" style="width: 48px; height: 28px; text-align: center;">
180+
<input type="number" id="numCommits" min="1" max="30" value="5" class="form-input w-14 mx-1 px-1 py-0.5 text-center border border-gray-300 rounded" style="margin: 2px; width: 40px; height: 22px; text-align: center;">
181181
commits in Open PRs</label> <span class="tooltip-container">
182182
<i class="fa fa-question-circle question-icon"></i>
183183
<span class="tooltip-bubble">

0 commit comments

Comments
 (0)