mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 10:34:09 +03:00
fixing empty data view by adding margin-top
This commit is contained in:
parent
15163fcf1e
commit
53dd604060
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user