Skip to content

Commit 40d6a20

Browse files
committed
add margin to missing table
1 parent ff27178 commit 40d6a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ControlPlane/ManagedResources.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ export function ManagedResources() {
8484

8585
{!error &&
8686
<AnalyticalTable
87+
style={{ margin: '12px' }}
8788
columns={columns}
8889
data={rows}
8990
minRows={1}

0 commit comments

Comments
 (0)