Skip to content

Commit 62b467c

Browse files
committed
fix: update Split.Pane to use grow prop for better layout management in InfraBillingPageComponent
1 parent 14eca9e commit 62b467c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const InfraBillingPageComponent = () => {
3838

3939
<Split.Resizer />
4040

41-
<Split.Pane initialWidth="40%">
41+
<Split.Pane grow initialWidth="40%">
4242
<InfraBillingRecordsTableWidget />
4343
</Split.Pane>
4444
</Split>

0 commit comments

Comments
 (0)