Skip to content

Commit 8665e8f

Browse files
[Portal] Improve responsive layout for request example header (#7841)
1 parent 438027a commit 8665e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/portal/src/components/Document/APIEndpointMeta/RequestExample.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function RequestExample(props: {
7373

7474
return (
7575
<div>
76-
<div className="flex items-center justify-between border-b px-4 py-2">
76+
<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">
7777
<div className="flex min-w-0 items-center gap-3">
7878
<Badge className="bg-inverted text-inverted-foreground">
7979
{props.method}

0 commit comments

Comments
 (0)