We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac63c21 commit bbadcc8Copy full SHA for bbadcc8
packages/react-utils/src/components/NoData/index.css
@@ -11,7 +11,3 @@
11
line-height: 17px;
12
letter-spacing: 0px;
13
}
14
-
15
-.ant-empty-image {
16
- height: 159px !important;
17
-}
packages/react-utils/src/components/NoData/index.tsx
@@ -93,7 +93,7 @@ const NoData = (props: NoDataProps) => {
93
return (
94
<Empty
95
image={<EmptySvgIcon />}
96
- imageStyle={{ height: 60 }}
+ imageStyle={{ height: 160 }}
97
description={
98
<>
99
<h3 className="header-text">{t('No data available')}</h3>
0 commit comments