Skip to content

Commit d50b73d

Browse files
authored
Ban reason field actually wider
Previous was accidentally committed testing value (50 px)
1 parent 96a33ad commit d50b73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zero-K.info/Views/Users/AdminUserDetail.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<h2>Issue a penalty</h2>
171171
<form action="@Url.Action("Punish", "Users", new { accountID = Model.AccountID })" method="post">
172172
@Html.AntiForgeryToken()
173-
Reason: @Html.TextBox("reason", "Smurf", new { style="width:50px" })<br />
173+
Reason: @Html.TextBox("reason", "Smurf", new { style="width:500px" })<br />
174174
<br />
175175

176176
Mute: @Html.CheckBox("banMute")<br />

0 commit comments

Comments
 (0)