Skip to content

Commit 41444e8

Browse files
committed
Change min-height from 600 to 650 px
1 parent a7cd891 commit 41444e8

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

apps/demos/Demos/DataGrid/AIColumns/Angular/app/app.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
::ng-deep #gridContainer {
2-
min-height: 600px;
2+
min-height: 560px;
33
}
44

55
::ng-deep #gridContainer .ai__cell {

apps/demos/Demos/DataGrid/AIColumns/React/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.ai__grid {
6-
min-height: 600px;
6+
min-height: 560px;
77
}
88

99
.trademark__wrapper {

apps/demos/Demos/DataGrid/AIColumns/ReactJs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.ai__grid {
6-
min-height: 600px;
6+
min-height: 560px;
77
}
88

99
.trademark__wrapper {

apps/demos/Demos/DataGrid/AIColumns/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ const onAIColumnRequestCreating = (e: { data: Partial<Vehicle>[] }) => {
124124
}
125125
126126
.ai__grid {
127-
min-height: 600px;
127+
min-height: 560px;
128128
}
129129
</style>

apps/demos/Demos/DataGrid/AIColumns/jQuery/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#gridContainer {
2-
min-height: 600px;
2+
min-height: 560px;
33
}
44

55
#gridContainer .ai__cell {

apps/demos/Demos/TreeList/AIColumns/Angular/app/app.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
::ng-deep #employees {
2-
min-height: 600px;
2+
min-height: 560px;
33
}
44

55
::ng-deep #employees .ai__cell {

apps/demos/Demos/TreeList/AIColumns/React/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.ai__grid {
6-
min-height: 600px;
6+
min-height: 560px;
77
}
88

99
#app .name_cell > div {

apps/demos/Demos/TreeList/AIColumns/ReactJs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.ai__grid {
6-
min-height: 600px;
6+
min-height: 560px;
77
}
88

99
#app .name_cell > div {

apps/demos/Demos/TreeList/AIColumns/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const onAIColumnRequestCreating = (e: { data: Partial<IEmployee>[] }) => {
9696
}
9797
9898
.ai__grid {
99-
min-height: 600px;
99+
min-height: 560px;
100100
}
101101
102102
#app .employee__cell > div {

apps/demos/Demos/TreeList/AIColumns/jQuery/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#treeList {
2-
min-height: 600px;
2+
min-height: 560px;
33
}
44

55
#treeList .ai__cell {

0 commit comments

Comments
 (0)