From 716cbf0590b231407eda77d536fbf96982bd8561 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Aug 2023 16:25:42 +0200 Subject: [PATCH] wip #6199 @0.25 --- src/resources/views/fields/bunch.blade.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 -- 2.39.5