diff --git a/ui/app/src/Container/Container.tsx b/ui/app/src/Container/Container.tsx index 1af643dca..8777a6483 100644 --- a/ui/app/src/Container/Container.tsx +++ b/ui/app/src/Container/Container.tsx @@ -18,9 +18,10 @@ export const Container: FC = ({ children }) => { return ( - } - > + + + + {children} diff --git a/ui/components/src/ThemeContext/theme.ts b/ui/components/src/ThemeContext/theme.ts index 7ea8ad9aa..b78048303 100644 --- a/ui/components/src/ThemeContext/theme.ts +++ b/ui/components/src/ThemeContext/theme.ts @@ -372,7 +372,7 @@ export const theme: ControlsTheme = { alignItems: 'center', justifyContent: 'space-between', }, - inforow: { pt: 2 }, + inforow: { mt: 2 }, titlerow: { my: 4, }, @@ -937,6 +937,7 @@ export const theme: ControlsTheme = { container: { container: {}, pagination: { py: 4 }, + inforow: { mb: 2 }, }, documentslist: { container: {},