Skip to content

Commit 5d7a1fb

Browse files
committed
fix: Adjust padding for the top of the manage integrations table.
1 parent f2b8cf1 commit 5d7a1fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/browse_integrations

x-pack/platform/plugins/shared/fleet/public/applications/integrations/sections/epm/screens/browse_integrations/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const BrowseIntegrationsPage: React.FC<{ prereleaseIntegrationsEnabled: b
137137
style={{
138138
position: 'relative',
139139
backgroundColor: euiTheme.euiTheme.colors.backgroundBasePlain,
140+
paddingTop: euiTheme.euiTheme.size.m,
140141
}}
141142
>
142143
{isManageIntegrationsView ? (

0 commit comments

Comments
 (0)