Skip to content

Commit

Permalink
Update x-pack/legacy/plugins/apm/public/components/app/ServiceMap/Emp…
Browse files Browse the repository at this point in the history
…tyBanner.tsx

Co-Authored-By: Oliver Gupte <[email protected]>
  • Loading branch information
smith and ogupte authored Mar 17, 2020
1 parent 3f7cb0f commit 992a1f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import styled from 'styled-components';
import { ElasticDocsLink } from '../../shared/Links/ElasticDocsLink';
import { CytoscapeContext } from './Cytoscape';

const EmptyBannerContainer = styled('div')`
const EmptyBannerContainer = styled.div`
margin: ${lightTheme.gutterTypes.gutterSmall};
/* Add some extra margin so it displays to the right of the controls. */
left: calc(
Expand Down

0 comments on commit 992a1f8

Please sign in to comment.