Skip to content

Commit

Permalink
fixed:issue->#1606 component overlapping when editin account name
Browse files Browse the repository at this point in the history
Signed-off-by: Rakesh Dhariwal <[email protected]>
  • Loading branch information
masterghost2002 committed Sep 4, 2023
1 parent 65899b0 commit 59b24c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/desktop-client/src/components/accounts/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ export function AccountHeader({
/>

<View style={{ ...styles.pageContent, paddingBottom: 10, flexShrink: 0 }}>
<View style={{ marginTop: 2, alignItems: 'flex-start' }}>
<View
style={{
marginTop: 5,
marginBottom: 5,
alignItems: 'flex-start',
}}
>
<View>
{editingName ? (
<InitialFocus>
Expand Down

0 comments on commit 59b24c4

Please sign in to comment.