Skip to content

Commit f51e99b

Browse files
committed
chore: add flex wrap to filer list
1 parent b077de3 commit f51e99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Plugin/PluginListContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const PluginListContainer = ({
226226
return (
227227
<div className={`flexbox-col w-100 ${rootClassName}`}>
228228
{/* Filters section */}
229-
<div className="w-100 flexbox dc__gap-12 py-12 dc__position-sticky dc__top-0 bcn-0 dc__zi-1">
229+
<div className="w-100 flexbox dc__gap-12 py-12 dc__position-sticky dc__top-0 bcn-0 dc__zi-1 flex-wrap">
230230
<SearchBar
231231
key={`search-bar-key-${Number(clearSearchTrigger)}`}
232232
containerClassName="flex-grow-1"

0 commit comments

Comments
 (0)