diff --git a/public/app/features/explore/Explore.tsx b/public/app/features/explore/Explore.tsx index 2b5bdf42a10..17a7a108cb1 100644 --- a/public/app/features/explore/Explore.tsx +++ b/public/app/features/explore/Explore.tsx @@ -66,6 +66,7 @@ const getStyles = stylesFactory(() => { label: logsMain; // Is needed for some transition animations to work. position: relative; + margin-top: 21px; `, button: css` margin: 1em 4px 0 0; @@ -347,7 +348,15 @@ export class Explore extends React.PureComponent { } return ( -
+
{showStartPage && StartPage && (