Skip to content

Commit

Permalink
Fix long proxy URL overflow to multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
blenderskool committed Jan 24, 2022
1 parent 1e60470 commit 653769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ApiMethodTag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ const config: Record<ApiMethod, TagProps> = {
};

export default function ApiMethodTag({ method, ...props }: Props) {
return <Tag {...config[method]} {...props} />;
return <Tag flexShrink={0} {...config[method]} {...props} />;
}

1 comment on commit 653769f

@vercel
Copy link

@vercel vercel bot commented on 653769f Jan 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.