We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c6f154 + d4ebc82 commit fc9f1e8Copy full SHA for fc9f1e8
1 file changed
resources/views/bootstrap-5/filter-submit.blade.php
@@ -1,4 +1,4 @@
1
-<div class="button-group inline-btn-group">
+<div class="d-flex align-items-center gap-2 mb-4">
2
{{ $before ?? '' }}
3
4
<x-forms::button color="primary" type="submit">
@@ -57,7 +57,7 @@ class="dropdown-item"
57
58
{{ $after ?? '' }}
59
60
- <x-forms::link-button color="light">
+ <x-forms::link-button :url="$cancelUrl" color="light">
61
{{ __('Clear') }}
62
</x-forms::link-button>
63
0 commit comments