Minor style tweaks

This commit is contained in:
Gregory Schier
2023-03-21 18:31:05 -07:00
parent c51805fe69
commit 7a6f0ccc46
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}