Skip to content

Commit a68aae1

Browse files
authored
fix(docs-sidebar): avoid unwanted text wrapping (#221)
1 parent cb7c72f commit a68aae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/components/custom-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default function CustomSidebar() {
132132

133133
function NewBadge({ isSelected }: { isSelected?: boolean }) {
134134
return (
135-
<div className="flex w-full items-center justify-end">
135+
<div className="flex items-center justify-end">
136136
<Badge
137137
className={cn(
138138
"!no-underline !decoration-transparent pointer-events-none border-dashed",

0 commit comments

Comments
 (0)