chore: fix overlap explore course button
This commit is contained in:
committed by
leangseu-edx
parent
a3106928e1
commit
875ecdbdb0
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user