Skip to content

Commit cb08c02

Browse files
author
pipeline
committed
bug(EJ2-5644): Dialog sample alignment issue
1 parent 84730a4 commit cb08c02

File tree

16 files changed

+8
-8
lines changed

16 files changed

+8
-8
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 Bytes
Binary file not shown.
22 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
20 Bytes
Binary file not shown.

samples/dialog/ajax/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class AjaxContent extends SampleBase<{}, {}> {
3434
render() {
3535
return (
3636
<div className='control-pane'>
37-
<div id='target' className='control-section'>
37+
<div id='target' className='control-section' style={{'min-height':'350px'}}>
3838
{/* Render button to open the Dialog */}
3939
<button className="e-control e-btn dlgbtn" onClick={this.buttonClick.bind(this)} id="dialogBtn">Open</button>
4040
{/* Render the Dialog */}

samples/dialog/basic/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class Basic extends SampleBase<{}, {}> {
7474
render() {
7575
return (
7676
<div className = 'control-pane'>
77-
<div id='target' className='control-section'>
77+
<div id='target' className='control-section' style={{'min-height':'350px'}}>
7878
{/* Buttons to open the corresponding Dialog */}
7979
<button className="e-control e-btn dlgbtn" onClick={this.buttonClick.bind(this)} id="alertBtn">Alert</button>
8080
<button className="e-control e-btn dlgbtn" onClick={this.buttonClick.bind(this)} id="confirmBtn">Confirm</button>

0 commit comments

Comments
 (0)