Skip to content

Commit

Permalink
small corrections to the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Oct 17, 2023
1 parent 95ecc66 commit 8734496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const SearchAppLayout = ({ config, hasButtonSidebar }) => {
className="search-app rel-mt-2"
>
<Grid.Row
stretched
textAlign="left"
columns={columnsAmount}
className="result-options"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export const SearchAppResultOptions = ({ sortOptions, layoutOptions }) => {
return (
<Grid>
<Grid.Row verticalAlign="middle">
<Grid.Column floated="left" textAlign="left" width={4}>
<Grid.Column floated="left" textAlign="left" width={5}>
<ResultCountWithState />
</Grid.Column>
<Grid.Column textAlign="right" floated="right" width={4}>
<Grid.Column textAlign="right" floated="right" width={8}>
{sortOptions && (
<Overridable id={buildUID("SearchApp.sort")} options={sortOptions}>
<SearchAppSort />
Expand Down

0 comments on commit 8734496

Please sign in to comment.