Skip to content

Commit 93b8ebc

Browse files
authored
Merge pull request #44 from IgniteUI/sstoychev/set-min-width-samples
fix(*): adding min-width for grids to ensure proper rendering on mobile
2 parents 28041b2 + 1d0342a commit 93b8ebc

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

projects/erp-hierarchical-grid/src/components/ErpHGrid/ErpHGrid.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.wrapper {
1010
--ig-size: var(--ig-size-medium);
1111
height: 100%;
12+
min-width: 1100px;
1213

1314
igc-badge[variant="primary"]::part(base) {
1415
background-color: var(--ig-primary-50);

projects/finance-grid/src/App.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
.grid-sizing {
2626
--ig-size: var(--ig-size-small);
27+
min-width: 1100px;
2728
}
2829

2930
.progress-container {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
align-items: stretch;
88
align-content: flex-start;
99
height: 100%;
10+
min-width: 1100px;
1011
}
1112

1213
.grid {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.gridStyle {
22
--ig-size: var(--ig-size-medium);
33
--row-even-background: #ffffff;
4+
min-width: 1100px;
45
}
56

67
.small {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
flex-direction: column;
1010
width: 100%;
1111
height: 100%;
12+
min-width: 1100px;
1213
--ig-size: var(--ig-size-small);
1314
}
1415

0 commit comments

Comments
 (0)