Skip to content

Commit e9e7ddc

Browse files
committedMar 28, 2025
Tweaks
1 parent 65abfd3 commit e9e7ddc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎resources/views/components/helper.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="text-neutral-content help-block">
1+
<div {{ $attributes->merge(['class' => "text-neutral-content help-block"]) }}>
22
@if (!empty($text))
33
<p>{!! $text !!}</p>
44
@endif

‎resources/views/cruds/fields/image-gallery.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</gallery-selection>
9393
</div>
9494

95-
<x-helper>
95+
<x-helper class="text-xs">
9696
{{ __('crud.hints.image_limitations', ['formats' => $formats, 'size' => (isset($size) ? Limit::readable()->map()->upload() : Limit::readable()->upload())]) }} @if (isset($recommended)) {{ __('crud.hints.image_dimension', ['dimension' => $recommended]) }} @endif
9797
@includeWhen(config('services.stripe.enabled'), 'cruds.fields.helpers.share')
9898
</x-helper>

0 commit comments

Comments
 (0)