Skip to content

Commit

Permalink
Fixed input width on audit interval
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jan 15, 2025
1 parent 37b3995 commit 9830959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/settings/alerts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<div class="col-md-3">
{{ Form::label('audit_interval', trans('admin/settings/general.audit_interval')) }}
</div>
<div class="input-group col-md-2">
<div class="input-group col-md-3">
{{ Form::text('audit_interval', old('audit_interval', $setting->audit_interval), array('class' => 'form-control','placeholder' => '12', 'maxlength'=>'3')) }}
<span class="input-group-addon">{{ trans('general.months') }}</span>
</div>
Expand Down

0 comments on commit 9830959

Please sign in to comment.