fixing empty data view by adding margin-top

This commit is contained in:
tarafanlin 2020-10-07 20:08:55 -07:00
parent 15163fcf1e
commit 53dd604060

View File

@ -16,6 +16,7 @@ const STYLES_EMPTY_STATE = css`
padding: 24px;
border-radius: 4px;
text-align: center;
margin-top: 48px;
`;
export default class EmptyState extends React.Component {