Skip to content

Commit 5b23dfb

Browse files
authored
Merge pull request rappasoft#2183 from sheavescapital/css
Fix Search Field in bootstrap
2 parents 5968c00 + bdf338e commit 5b23dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/tools/toolbar/items/search-field.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@class([
55
'mb-3 mb-md-0 input-group' => $isBootstrap,
66
'rounded-md shadow-sm' => $isTailwind,
7-
'flex' => !$this->hasSearchIcon,
7+
'flex' => ($isTailwind && !$this->hasSearchIcon),
88
'relative inline-flex flex-row' => $this->hasSearchIcon,
99
])>
1010

0 commit comments

Comments
 (0)