mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Add CSS to the div to correct the weird indenting - fixes #12388
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b59dcc7b30
commit
72295c093a
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if ($this->add_default_values ) {{-- 'if the checkbox is enabled *AND* there are more than 0 fields in the fieldsset' --}}
|
@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">
|
<div class="form-group">
|
||||||
@if ($fields)
|
@if ($fields)
|
||||||
@foreach ($fields as $field)
|
@foreach ($fields as $field)
|
||||||
|
|
Loading…
Reference in a new issue