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 438027a commit 8665e8fCopy full SHA for 8665e8f
apps/portal/src/components/Document/APIEndpointMeta/RequestExample.tsx
@@ -73,7 +73,7 @@ export function RequestExample(props: {
73
74
return (
75
<div>
76
- <div className="flex items-center justify-between border-b px-4 py-2">
+ <div className="flex-col lg:flex-row flex items-start lg:items-center justify-between border-b px-4 py-2 gap-3 lg:gap-0">
77
<div className="flex min-w-0 items-center gap-3">
78
<Badge className="bg-inverted text-inverted-foreground">
79
{props.method}
0 commit comments