Skip to content

Commit 49ca0e5

Browse files
committed
make types flex width
1 parent d99f238 commit 49ca0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sdkApi.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function ApiParameterDef({
8383
{required ? <span className="text-red">*</span> : null}
8484
</div>
8585
<div className="space-y-1">
86-
<div>
86+
<div className='flex'>
8787
{typeof type === 'string' ? (
8888
<pre className="m-0 pt-1 pb-1 text-sm">
8989
<code>{codeToJsx(type, language)}</code>

0 commit comments

Comments
 (0)