Skip to content

Commit

Permalink
[Code] fix setup guide style (#33474)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedragon authored and zfy0701 committed Mar 19, 2019
1 parent 4b41abe commit 1d2b35a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions x-pack/plugins/code/public/components/admin_page/setup_guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ const steps = [
<p>
Once the repo is added and indexed successfully, you can verify that the repo is
searchable and the code intelligence is available. You can find more details of how the
search and code intelligence work in
<Link to="">our docs</Link>.
search and code intelligence work in <Link to="">our docs</Link>.
</p>
</EuiText>
),
Expand All @@ -109,9 +108,12 @@ const SetupGuidePage = (props: { setupOk?: boolean }) => {
</EuiCallOut>
)}
{props.setupOk === true && (
<EuiButton iconType="sortLeft">
<Link to="/admin">Back To Project Dashboard</Link>
</EuiButton>
<React.Fragment>
<EuiSpacer size="xs" />
<EuiButton iconType="sortLeft">
<Link to="/admin">Back To Project Dashboard</Link>
</EuiButton>
</React.Fragment>
)}
<EuiPanel>
<EuiTitle>
Expand Down

0 comments on commit 1d2b35a

Please sign in to comment.