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.
1 parent b077de3 commit f51e99bCopy full SHA for f51e99b
src/Shared/Components/Plugin/PluginListContainer.tsx
@@ -226,7 +226,7 @@ const PluginListContainer = ({
226
return (
227
<div className={`flexbox-col w-100 ${rootClassName}`}>
228
{/* Filters section */}
229
- <div className="w-100 flexbox dc__gap-12 py-12 dc__position-sticky dc__top-0 bcn-0 dc__zi-1">
+ <div className="w-100 flexbox dc__gap-12 py-12 dc__position-sticky dc__top-0 bcn-0 dc__zi-1 flex-wrap">
230
<SearchBar
231
key={`search-bar-key-${Number(clearSearchTrigger)}`}
232
containerClassName="flex-grow-1"
0 commit comments