We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0246c commit a7d749cCopy full SHA for a7d749c
resources/views/forms/radio-button-image.blade.php
@@ -47,7 +47,7 @@
47
<div @class([
48
'break-inside-avoid' => $gridDirection === 'column',
49
])>
50
- <label for="{{ $id . '-' . $option['class'] }}" class="flex w-full h-full group">
+ <label for="{{ $id . '-' . $option['class'] }}" class="flex w-full group">
51
<x-filament::input.radio :valid="!$errors->has($statePath)" :attributes="\Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag())
52
->merge(
53
[
0 commit comments