Skip to content

Commit

Permalink
Sets offset to 0 for user profile page template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Sep 22, 2023
1 parent d6f066b commit fd7e63f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -751,11 +751,12 @@ export const UserProfile: FunctionComponent<UserProfileProps> = ({ user, data })
) : null}

<EuiPageTemplate
offset={0}
className="eui-fullHeight"
restrictWidth={1000}
>
<EuiPageTemplate.Header
paddingSize='m'
paddingSize='l'
pageTitle={
<FormattedMessage
id="xpack.security.accountManagement.userProfile.title"
Expand Down

0 comments on commit fd7e63f

Please sign in to comment.