Skip to content

Commit 4eef954

Browse files
authored
Merge pull request #136 from IgniteUI/sstoychev/ensure-min-width-grid-container
fix(*): making the grids have explicit min-width so that they don't g…
2 parents 67bb2de + c2d3711 commit 4eef954

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

projects/erp-hgrid/src/app/erp-hgrid-sample/erp-hgrid-sample.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: block;
33
height: 100%;
44
width: 100%;
5+
min-width: 1100px;
56
}
67

78
.wrapper {

projects/finance-grid/src/app/finance-grid/finance-grid.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: block;
33
height: 100%;
44
width: 100%;
5+
min-width: 1100px;
56
}
67

78
::ng-deep {

projects/fleet-management-grid/src/app/fleet-management-grid/fleet-management-grid.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
display: block;
1313
height: 100%;
1414
width: 100%;
15+
min-width: 1100px;
1516
}
1617

1718
igx-tabs {

projects/hr-portal/src/app/hr-portal/hr-portal.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: block;
33
height: 100%;
44
width: 100%;
5+
min-width: 1100px;
56
}
67

78
.flex-container {

projects/sales-grid/src/app/sales-grid/sales-grid.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: block;
33
height: 100%;
44
width: 100%;
5+
min-width: 1100px;
56
}
67

78
.rootSample {

0 commit comments

Comments
 (0)