From: Vincent Vanwaelscappel Date: Tue, 22 Aug 2023 14:25:42 +0000 (+0200) Subject: wip #6199 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=716cbf0590b231407eda77d536fbf96982bd8561;p=cubist_cms-back.git wip #6199 @0.25 --- diff --git a/src/resources/views/fields/bunch.blade.php b/src/resources/views/fields/bunch.blade.php index 933752d..98d1983 100644 --- a/src/resources/views/fields/bunch.blade.php +++ b/src/resources/views/fields/bunch.blade.php @@ -26,15 +26,18 @@ foreach ($value as $k => $v) { @include('crud::fields.inc.translatable_icon')
+ {{-- HINT --}} + @if (isset($field['hint'])) +

{!! $field['hint'] !!}

+ @else +

+ @endif @include('cubist_back::inc.show_bunch_fields', array('bunchfields'=>$field['bunchfields']))
- {{-- HINT --}} - @if (isset($field['hint'])) -

{!! $field['hint'] !!}

- @endif + @include('crud::fields.inc.wrapper_end') @@ -67,7 +70,7 @@ foreach ($value as $k => $v) { .bunch__wrapper > .form-group > label { font-size: 1.2em; - margin-bottom: 24px; + margin-bottom: 5px; } @endpush