chore: fix overlap explore course button

This commit is contained in:
Leangseu Kim
2022-12-14 13:08:47 -05:00
committed by leangseu-edx
parent a3106928e1
commit 875ecdbdb0
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export const AuthenticatedUserDropdown = ({ username }) => {
const isCollapsed = useIsCollapsed();
return (
<Dropdown variant={isCollapsed ? 'light' : 'dark'} className="user-dropdown">
<Dropdown variant={isCollapsed ? 'light' : 'dark'} className="user-dropdown ml-1">
<Dropdown.Toggle
as={AvatarButton}
src={profileImage}

View File

@@ -2,7 +2,7 @@
exports[`AuthenticatedUserDropdown snapshots with enterprise dashboard 1`] = `
<Dropdown
className="user-dropdown"
className="user-dropdown ml-1"
variant="light"
>
<Dropdown.Toggle
@@ -78,7 +78,7 @@ exports[`AuthenticatedUserDropdown snapshots with enterprise dashboard 1`] = `
exports[`AuthenticatedUserDropdown snapshots without enterprise dashboard and expanded 1`] = `
<Dropdown
className="user-dropdown"
className="user-dropdown ml-1"
variant="dark"
>
<Dropdown.Toggle