We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffa53d commit 92f7200Copy full SHA for 92f7200
1 file changed
src/generic/sidebar/Sidebar.tsx
@@ -137,6 +137,7 @@ export function Sidebar<T extends SidebarPages>({
137
alt={intl.formatMessage(messages.toggle)}
138
onClick={toggle}
139
variant="primary"
140
+ className="mb-2"
141
/>
142
<IconButtonToggle
143
activeValue={activeKey}
0 commit comments