Skip to content

Commit e4e1eec

Browse files
authored
Merge pull request #41 from IgniteUI/sstoychev/min-width-grids
fix(*): adding min-width to grid containers to ensure render on mobile
2 parents 061019f + 3c031f6 commit e4e1eec

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

projects/erp-hgrid/src/components/erp-hierarchical-grid.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
#hierarchicalGrid {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
display: block;
1616
height: 100%;
1717
width: 100%;
18+
min-width: 1100px;
1819
}
1920

2021
.profitCondition {

projects/fleet-management-grid/src/components/fleet-management/fleet-management-grid.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
font-family: var(--ig-font-family);
1617
@include theme($palette, $material-elevations, $typeface, $type-scale, "dark");
1718
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:host {
88
height: 100%;
99
width: 100%;
10+
min-width: 1100px;
1011
display: block;
1112

1213
font-family: var(--ig-font-family);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
display: block;
99
height: 100%;
1010
width: 100%;
11+
min-width: 1100px;
1112

1213
font-family: var(--ig-font-family);
1314
@include theme($palette, $material-elevations, $typeface, $type-scale, "light");

0 commit comments

Comments
 (0)