Skip to content

Commit 1d0c156

Browse files
committed
Increased due for checkin warning
Signed-off-by: snipe <[email protected]>
1 parent 7de5e2e commit 1d0c156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/settings/alerts.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<div class="col-md-3">
151151
{{ Form::label('due_checkin_days', trans('admin/settings/general.due_checkin_days')) }}
152152
</div>
153-
<div class="input-group col-md-2">
153+
<div class="input-group col-md-3">
154154
{{ Form::text('due_checkin_days', old('due_checkin_days', $setting->due_checkin_days), array('class' => 'form-control','placeholder' => '14', 'maxlength'=>'3')) }}
155155
<span class="input-group-addon">{{ trans('general.days') }}</span>
156156
</div>

0 commit comments

Comments
 (0)