diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ProfileManagement.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index 7504ca4..d3d15a9 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -405,6 +405,7 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa label="" childrenLayout="below" childrenContainerWidth="max" + bottomSeparator="none" > <Dropdown rgOptions={profileOptions} @@ -423,7 +424,8 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa gap: "8px", width: "100%", padding: "0", - margin: "0" + margin: "0", + marginTop: "8px" }} flow-children="horizontal" > |
