Use existing class in place of inline styling

This commit is contained in:
Marcus Moore 2023-12-20 13:48:31 -08:00
parent b2d0cbb264
commit c35179b098
No known key found for this signature in database

View file

@ -420,7 +420,7 @@
<div class="col-md-2"> <div class="col-md-2">
@if (! request()->routeIs('report-templates.edit')) @if (! request()->routeIs('report-templates.edit'))
<div style=padding-bottom:5px> <div class="form-group">
<select <select
id="saved_report_select" id="saved_report_select"
class="form-control select2" class="form-control select2"
@ -447,7 +447,7 @@
</script> </script>
@endpush @endpush
</div> </div>
<div style=padding-bottom:5px> <div class="form-group">
<form method="post" id="savetemplateform" action="{{ route("report-templates.store") }}"> <form method="post" id="savetemplateform" action="{{ route("report-templates.store") }}">
@csrf @csrf
<input type="hidden" id="savetemplateform" name="options"> <input type="hidden" id="savetemplateform" name="options">