Tiny fixes

This commit is contained in:
Gregory Schier
2024-02-02 18:41:00 -08:00
parent fb817bc2d5
commit 2a10113a57
4 changed files with 20 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ export function HttpRequestLayout({ style }: Props) {
return (
<SplitLayout
name="http_layout"
className="p-3"
className="p-3 gap-1.5"
style={style}
leftSlot={({ orientation, style }) => (
<RequestPane style={style} fullHeight={orientation === 'horizontal'} />