Skip to content

Commit

Permalink
feat: Add padding to main window
Browse files Browse the repository at this point in the history
  • Loading branch information
2Steaks committed Jul 17, 2024
1 parent 71d8ff5 commit fad3df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/WebLogView/WebLogView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { GroupedProxyData, ProxyData } from '@/types'
import { InfoCircledIcon } from '@radix-ui/react-icons'
import { Callout } from '@radix-ui/themes'
import { isEmpty } from 'lodash-es'

import { isGroupedProxyData } from './WebLogView.utils'
import { Row } from './Row'
import { Group } from './Group'
Expand Down
2 changes: 1 addition & 1 deletion src/views/Validator/Validator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function Validator() {
Stop Script
</Button>
</PageHeading>
<Flex gap="3" flexGrow="1" minHeight="0">
<Flex gap="3" flexGrow="1" minHeight="0" p="2">
<Flex width="50%" maxHeight="100%" direction="column">
<Heading size="4" mb="2">
Requests
Expand Down

0 comments on commit fad3df5

Please sign in to comment.