File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ public function render(): View|Closure|string
287
287
</div>
288
288
@else
289
289
<template x-for="(option, index) in selectedOptions" :key="index">
290
- <span class="mary-choices-element cursor-pointer badge badge-soft m-0.5 !inline-block">
290
+ <span class="mary-choices-element cursor-pointer badge badge-soft m-0.5 !inline-block !h-auto ">
291
291
{{-- SELECTION SLOT --}}
292
292
@if($selection)
293
293
<span x-html="document.getElementById('selection-{{ $uuid . '-\' + option.'. $optionValue }}).innerHTML"></span>
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ public function render(): View|Closure|string
294
294
</div>
295
295
@else
296
296
<template x-for="(option, index) in selectedOptions" :key="index">
297
- <span class="mary-choices-element cursor-pointer badge badge-soft m-0.5 !inline-block">
297
+ <span class="mary-choices-element cursor-pointer badge badge-soft m-0.5 !inline-block !h-auto ">
298
298
{{-- SELECTION SLOT --}}
299
299
@if($selection)
300
300
<span x-html="document.getElementById('selection-{{ $uuid . '-\' + option.'. $optionValue }}).innerHTML"></span>
You can’t perform that action at this time.
0 commit comments