Skip to content

Commit 6179249

Browse files
committed
fix(arc-saas): design changes
design changes GH-34
1 parent c386d12 commit 6179249

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

projects/saas-ui/src/app/main/components/billing-plan/billing-plan.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>Billing Details</h2>
55
<!-- ag-grid -->
66
<ag-grid-angular
7-
style="width: 1100px; height: 700px"
7+
style="width: 1200px; height: 700px"
88
class="ag-theme-quartz"
99
[rowData]="rowData"
1010
[columnDefs]="colDefs"

projects/saas-ui/src/app/main/components/lead-list/lead-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>Lead Listing</h2>
55
<!-- ag-grid -->
66
<ag-grid-angular
7-
style="width: 1100px; height: 700px"
7+
style="width: 1200px; height: 700px"
88
class="ag-theme-quartz"
99
[rowData]="rowData"
1010
[columnDefs]="colDefs"

projects/saas-ui/src/app/main/components/manage-plans/manage-plans.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>Manage Plan</h2>
55
<!-- ag-grid -->
66
<ag-grid-angular
7-
style="width: 1100px; height: 700px"
7+
style="width: 1200px; height: 700px"
88
class="ag-theme-quartz"
99
[rowData]="rowData"
1010
[columnDefs]="colDefs"

projects/saas-ui/src/app/main/components/onboarding-tenant-list/onboarding-tenant-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h2>OnBoarded Tenant List</h2>
55
<!-- ag-grid -->
66
<ag-grid-angular
7-
style="width: 1100px; height: 700px"
7+
style="width: 1200px; height: 700px"
88
class="ag-theme-quartz"
99
[rowData]="rowData"
1010
[columnDefs]="colDefs"

0 commit comments

Comments
 (0)