Skip to content

Commit 060c871

Browse files
committed
fix: adjust InfraBillingPageComponent layout by setting initial width for Split.Pane
1 parent 2191dbb commit 060c871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/dashboard/crm/infra-billing/components/infra-billing.page.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Split } from '@gfazioli/mantine-split-pane'
2-
import { em, Grid, Stack } from '@mantine/core'
2+
import { em, Grid, Paper, Stack, Title } from '@mantine/core'
33
import { useMediaQuery } from '@mantine/hooks'
44
import { useTranslation } from 'react-i18next'
55
import { motion } from 'motion/react'
@@ -58,7 +58,7 @@ export const InfraBillingPageComponent = () => {
5858

5959
<Split.Resizer />
6060

61-
<Split.Pane>
61+
<Split.Pane initialWidth="40%">
6262
<InfraBillingRecordsTableWidget />
6363
</Split.Pane>
6464
</Split>

0 commit comments

Comments
 (0)