Skip to content

Commit 7de5e2e

Browse files
committed
One more audot field increase
Signed-off-by: snipe <[email protected]>
1 parent 8d935b3 commit 7de5e2e

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
@@ -135,7 +135,7 @@
135135
<div class="col-md-3">
136136
{{ Form::label('audit_warning_days', trans('admin/settings/general.audit_warning_days')) }}
137137
</div>
138-
<div class="input-group col-md-2">
138+
<div class="input-group col-md-3">
139139
{{ Form::text('audit_warning_days', old('audit_warning_days', $setting->audit_warning_days), array('class' => 'form-control','placeholder' => '14', 'maxlength'=>'3')) }}
140140
<span class="input-group-addon">{{ trans('general.days') }}</span>
141141
</div>

0 commit comments

Comments
 (0)