From 1d2b35a00d3098efaed8d7fb7104d90095a83042 Mon Sep 17 00:00:00 2001 From: Yulong Date: Tue, 19 Mar 2019 23:28:12 +0800 Subject: [PATCH] [Code] fix setup guide style (#33474) --- .../public/components/admin_page/setup_guide.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx b/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx index 9e856503b6577..e3b2c514ed349 100644 --- a/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx +++ b/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx @@ -87,8 +87,7 @@ const steps = [

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 - our docs. + search and code intelligence work in our docs.

), @@ -109,9 +108,12 @@ const SetupGuidePage = (props: { setupOk?: boolean }) => { )} {props.setupOk === true && ( - - Back To Project Dashboard - + + + + Back To Project Dashboard + + )}