mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 14:12:07 +02:00
Minor style updates
This commit is contained in:
@@ -55,7 +55,7 @@ export function RequestPane({ fullHeight, className }: Props) {
|
||||
defaultValue="body"
|
||||
label="Request body"
|
||||
>
|
||||
<TabContent value="headers" className="pl-2">
|
||||
<TabContent value="headers">
|
||||
<PairEditor
|
||||
key={activeRequest.id}
|
||||
pairs={activeRequest.headers}
|
||||
|
||||
Reference in New Issue
Block a user