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.
2 parents 5968c00 + bdf338e commit 5b23dfbCopy full SHA for 5b23dfb
resources/views/components/tools/toolbar/items/search-field.blade.php
@@ -4,7 +4,7 @@
4
@class([
5
'mb-3 mb-md-0 input-group' => $isBootstrap,
6
'rounded-md shadow-sm' => $isTailwind,
7
- 'flex' => !$this->hasSearchIcon,
+ 'flex' => ($isTailwind && !$this->hasSearchIcon),
8
'relative inline-flex flex-row' => $this->hasSearchIcon,
9
])>
10
0 commit comments