diff --git a/components/common/EmptyPlaceholder.js b/components/common/EmptyPlaceholder.js index a223814d..b5394e85 100644 --- a/components/common/EmptyPlaceholder.js +++ b/components/common/EmptyPlaceholder.js @@ -8,7 +8,7 @@ function EmptyPlaceholder({ msg, children }) { return (
} size="xlarge" /> -

{msg}

+

{msg}

{children}
); diff --git a/components/common/EmptyPlaceholder.module.css b/components/common/EmptyPlaceholder.module.css index 58332566..a9231836 100644 --- a/components/common/EmptyPlaceholder.module.css +++ b/components/common/EmptyPlaceholder.module.css @@ -9,3 +9,7 @@ .icon { margin-bottom: 30px; } + +.msg { + margin-bottom: 15px; +}