Trendlines noPadding in tables (#2945)
This commit is contained in:
@@ -67,7 +67,7 @@ const columns = [
|
||||
|
||||
export const Default = () => (
|
||||
<div style={containerStyle}>
|
||||
<InfoCard title="Trends over time">
|
||||
<InfoCard title="Trends over time" noPadding>
|
||||
<Table
|
||||
options={{
|
||||
search: false,
|
||||
|
||||
@@ -118,7 +118,7 @@ const AuditList: FC<{}> = () => {
|
||||
</ContentHeader>
|
||||
<Grid container spacing={3} direction="column">
|
||||
<Grid item>
|
||||
<InfoCard>{content}</InfoCard>
|
||||
<InfoCard noPadding>{content}</InfoCard>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user