]> _ Git - cubist_cms-back.git/commitdiff
wip #6199 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Aug 2023 14:25:42 +0000 (16:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Aug 2023 14:25:42 +0000 (16:25 +0200)
src/resources/views/fields/bunch.blade.php

index 933752d881efcf7a028e6b164916cd8ea8cb874f..98d1983747db6d1c9791d602215c43c020d05251 100644 (file)
@@ -26,15 +26,18 @@ foreach ($value as $k => $v) {
         <label>{!! $field['label'] !!}</label>
         @include('crud::fields.inc.translatable_icon')
         <div class="clearfix"></div>
+        {{-- HINT --}}
+        @if (isset($field['hint']))
+            <p class="help-block">{!! $field['hint'] !!}</p>
+        @else
+            <p class="help-block"></p>
+        @endif
 
         @include('cubist_back::inc.show_bunch_fields', array('bunchfields'=>$field['bunchfields']))
 
         <div class="clearfix"></div>
 
-        {{-- HINT --}}
-        @if (isset($field['hint']))
-            <p class="help-block">{!! $field['hint'] !!}</p>
-        @endif
+
         @include('crud::fields.inc.wrapper_end')
     </div>
 </div>
@@ -67,7 +70,7 @@ foreach ($value as $k => $v) {
 
             .bunch__wrapper > .form-group > label {
                 font-size: 1.2em;
-                margin-bottom: 24px;
+                margin-bottom: 5px;
             }
         </style>
     @endpush