Skip to content

Commit 075f545

Browse files
committed
Fix archive page response textarea width
1 parent 7f2c35a commit 075f545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checker/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,7 @@ try {
25192519
</div>
25202520
<div class="input-group">
25212521
<div class="space" id="response-container">
2522-
<textarea rows="1" id="response-response-input" value="${escapeHTML(response.response) || ''}" disabled>${escapeHTML(response.response) || ''}</textarea>
2522+
<textarea rows="1" id="response-response-input" value="${escapeHTML(response.response) || ''}" style="width: -webkit-fill-available;" disabled>${escapeHTML(response.response) || ''}</textarea>
25232523
</div>
25242524
</div>
25252525
<div class="input-group vsmedium">

0 commit comments

Comments
 (0)