We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7c72f commit a68aae1Copy full SHA for a68aae1
apps/docs/components/custom-sidebar.tsx
@@ -132,7 +132,7 @@ export default function CustomSidebar() {
132
133
function NewBadge({ isSelected }: { isSelected?: boolean }) {
134
return (
135
- <div className="flex w-full items-center justify-end">
+ <div className="flex items-center justify-end">
136
<Badge
137
className={cn(
138
"!no-underline !decoration-transparent pointer-events-none border-dashed",
0 commit comments