Skip to content

Commit 4ce7fb9

Browse files
committed
fix: height of rounded image
1 parent bf0246c commit 4ce7fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/forms/radio-button-image.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<div @class([
4848
'break-inside-avoid' => $gridDirection === 'column',
4949
])>
50-
<label for="{{ $id . '-' . $option['class'] }}" class="flex w-full h-full group">
50+
<label for="{{ $id . '-' . $option['class'] }}" class="flex w-full group">
5151
<x-filament::input.radio :valid="!$errors->has($statePath)" :attributes="\Filament\Support\prepare_inherited_attributes($getExtraInputAttributeBag())
5252
->merge(
5353
[

0 commit comments

Comments
 (0)