Skip to content
Snippets Groups Projects
Unverified Commit 3b1917e0 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

match width of results (#8212)

parent 9a58673a
No related branches found
No related tags found
No related merge requests found
......@@ -27,15 +27,15 @@ export default class SearchApp extends React.Component {
<Subhead>{jt`Results for "${location.query.q}"`}</Subhead>
</Flex>
)}
<ItemTypeFilterBar
analyticsContext={`Search Results`}
filters={FILTERS.concat({
name: t`Collections`,
filter: "collection",
icon: "all",
})}
/>
<Box w={[1, 2 / 3]}>
<ItemTypeFilterBar
analyticsContext={`Search Results`}
filters={FILTERS.concat({
name: t`Collections`,
filter: "collection",
icon: "all",
})}
/>
<EntityListLoader
entityType="search"
entityQuery={location.query}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment