Merge pull request #12389 from snipe/fixes/livewire_ui

Fixed #12388 - Add CSS to the div to correct the weird indenting
This commit is contained in:
snipe 2023-01-23 11:42:26 -08:00 committed by GitHub
commit 4b01909806
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
</div>
</div>
@if ($this->add_default_values ) {{-- 'if the checkbox is enabled *AND* there are more than 0 fields in the fieldsset' --}}
<div>
<div style="padding-left: 10px; padding-bottom: 0px; margin-bottom: -15px;">
<div class="form-group">
@if ($fields)
@foreach ($fields as $field)