Skip to content

Commit b34003e

Browse files
authored
Stepper: set height=580px for all 3 demos (DevExpress#29689)
1 parent 7de2dcd commit b34003e

36 files changed

+19
-19
lines changed

apps/demos/Demos/Stepper/FormIntegration/Angular/app/app.component.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
::ng-deep .demo-container {
2-
min-height: 480px;
2+
min-height: 580px;
33
}
44

55
::ng-deep demo-app {
66
display: flex;
77
flex-direction: column;
88
justify-content: center;
99
row-gap: 20px;
10-
height: 480px;
10+
height: 580px;
1111
min-width: 620px;
1212
}
1313

apps/demos/Demos/Stepper/FormIntegration/React/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.demo-container {
2-
min-height: 480px;
2+
min-height: 580px;
33
}
44

55
#app {
66
display: flex;
77
flex-direction: column;
88
justify-content: center;
99
row-gap: 20px;
10-
height: 480px;
10+
height: 580px;
1111
min-width: 620px;
1212
}
1313

apps/demos/Demos/Stepper/FormIntegration/ReactJs/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.demo-container {
2-
min-height: 480px;
2+
min-height: 580px;
33
}
44

55
#app {
66
display: flex;
77
flex-direction: column;
88
justify-content: center;
99
row-gap: 20px;
10-
height: 480px;
10+
height: 580px;
1111
min-width: 620px;
1212
}
1313

apps/demos/Demos/Stepper/FormIntegration/Vue/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@ function onNextButtonClick() {
196196

197197
<style scoped>
198198
.demo-container {
199-
min-height: 480px;
199+
min-height: 580px;
200200
}
201201
202202
#app {
203203
display: flex;
204204
flex-direction: column;
205205
justify-content: center;
206206
row-gap: 20px;
207-
height: 480px;
207+
height: 580px;
208208
min-width: 620px;
209209
}
210210

apps/demos/Demos/Stepper/FormIntegration/jQuery/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
flex-direction: column;
44
justify-content: center;
55
row-gap: 20px;
6-
height: 480px;
6+
height: 580px;
77
min-height: 480px;
88
min-width: 620px;
99
}

apps/demos/Demos/Stepper/Overview/Angular/app/app.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
::ng-deep .stepper-demo {
77
display: flex;
8-
height: 700px;
8+
height: 580px;
99
gap: 20px;
1010
}
1111

apps/demos/Demos/Stepper/Overview/React/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.stepper-demo {
77
display: flex;
8-
height: 700px;
8+
height: 580px;
99
gap: 20px;
1010
}
1111

apps/demos/Demos/Stepper/Overview/ReactJs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.stepper-demo {
77
display: flex;
8-
height: 700px;
8+
height: 580px;
99
gap: 20px;
1010
}
1111

apps/demos/Demos/Stepper/Overview/Vue/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function onNavigationModeClick(e: DxButtonGroupTypes.ItemClickEvent) {
192192
193193
.stepper-demo {
194194
display: flex;
195-
height: 700px;
195+
height: 580px;
196196
gap: 20px;
197197
}
198198

apps/demos/Demos/Stepper/Overview/jQuery/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.stepper-demo {
22
display: flex;
3-
height: 700px;
3+
height: 580px;
44
gap: 20px;
55
}
66

0 commit comments

Comments
 (0)