Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-21 18:31:05 -07:00
parent 07d2a43a17
commit 89bca42ee6
9 changed files with 33 additions and 12 deletions

View File

@@ -81,6 +81,11 @@ export function RequestPane({ fullHeight, className }: Props) {
tabListClassName="pl-3"
label="Request body"
>
<TabContent value="auth">
<div className="flex items-center justify-center min-h-[5rem]">
<header>Hello</header>
</div>
</TabContent>
<TabContent value="headers">
<HeaderEditor
key={activeRequestId}