Tiny fixes

This commit is contained in:
Gregory Schier
2024-02-02 18:41:00 -08:00
parent d31255d987
commit 7d82a7e74a
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'} />