Skip to content

Commit

Permalink
styling: sort by
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 16, 2021
1 parent 2efdce7 commit 6c1ad0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Searchkit/Results.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ export class Results extends Component {
<ActiveFilters />
</Grid> */}
<Grid>
<Grid.Column width={6}>
<Grid.Column width={4}>
<Count />
</Grid.Column>
<Grid.Column width={6}>
<Grid.Column width={4}>
<Sort
className="sortdropdown"
values={this.props.sortValues}
label={(cmp) => <> {cmp}</>}
overridableId="volto"
/>
</Grid.Column>
<Grid.Column width={4}></Grid.Column>
</Grid>
<Grid style={{ padding: '2em 0' }}>
<ResultsMultiLayout overridableId="elasticsearch" />
Expand Down

0 comments on commit 6c1ad0f

Please sign in to comment.