Skip to content

Commit

Permalink
Fix search result columns (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Jul 24, 2023
1 parent f3d802e commit e803007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SearchPage/PluginSearchResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export function PluginSearchResult({
</div>

{/* Plugin metadata */}
<ul className="mt-sds-l screen-600:m-0 space-y-1 text-sm col-span-2 screen-495:col-span-1 screen-1425:col-span-2">
<ul className="mt-sds-l screen-600:m-0 space-y-1 text-sm col-span-2 screen-495:col-span-1">
<SkeletonLoader
className="h-full"
render={() =>
Expand Down

0 comments on commit e803007

Please sign in to comment.