Skip to content

Commit b714549

Browse files
fix: dropdown alignment
Co-authored-by: Navin Karkera <[email protected]>
1 parent dede130 commit b714549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generic/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function Sidebar<T extends SidebarPages>({
101101
id="dropdown-toggle-with-iconbutton"
102102
as={Button}
103103
variant="tertiary"
104-
className="x-small text-primary font-weight-bold"
104+
className="x-small text-primary font-weight-bold pl-0"
105105
>
106106
{pages[currentPageKey].title}
107107
<Icon src={pages[currentPageKey].icon} size="xs" className="ml-2" />

0 commit comments

Comments
 (0)