Skip to content

Commit

Permalink
style: button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 23, 2024
1 parent 30835a5 commit aab9b35
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/js/components/Search/SearchResultsPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,12 @@ const SearchResultsPane = ({
</>
) : (
<Col xs={24} lg={20}>
<Button icon={<LeftOutlined />} type="link" onClick={() => setPanePage('charts')}>
<Button
icon={<LeftOutlined />}
type="link"
onClick={() => setPanePage('charts')}
style={{ paddingLeft: 0 }}
>
{td('Charts')}
</Button>
<Table<IndividualResultRow>
Expand Down

0 comments on commit aab9b35

Please sign in to comment.