File tree Expand file tree Collapse file tree 4 files changed +62
-0
lines changed
packages/patternfly-3/patternfly-react
ModelessOverlay/__mocks__ Expand file tree Collapse file tree 4 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 66
77 .modal-content {
88 height : ~ ' calc(100vh - @{navbar-pf-height} )' ;
9+ display : flex ;
10+ flex-direction : column ;
11+
12+ .modal-body {
13+ flex-grow : 1 ;
14+ overflow : hidden auto ;
15+ }
916 }
1017 }
1118
Original file line number Diff line number Diff line change 66
77 .modal-content {
88 height : calc (100vh - #{$navbar-pf-height } );
9+ display : flex ;
10+ flex-direction : column ;
11+
12+ .modal-body {
13+ flex-grow : 1 ;
14+ overflow : hidden auto ;
15+ }
916 }
1017 }
1118
Original file line number Diff line number Diff line change @@ -49,6 +49,30 @@ export class MockModalManager extends React.Component {
4949 < input type = "text" id = "textInput3" className = "form-control" />
5050 </ div >
5151 </ div >
52+ < div className = "form-group" >
53+ < label className = "col-sm-3 control-label" htmlFor = "textInput4" >
54+ Field Four
55+ </ label >
56+ < div className = "col-sm-9" >
57+ < input type = "text" id = "textInput3" className = "form-control" />
58+ </ div >
59+ </ div >
60+ < div className = "form-group" >
61+ < label className = "col-sm-3 control-label" htmlFor = "textInput5" >
62+ Field Five
63+ </ label >
64+ < div className = "col-sm-9" >
65+ < input type = "text" id = "textInput3" className = "form-control" />
66+ </ div >
67+ </ div >
68+ < div className = "form-group" >
69+ < label className = "col-sm-3 control-label" htmlFor = "textInput6" >
70+ Field Six
71+ </ label >
72+ < div className = "col-sm-9" >
73+ < input type = "text" id = "textInput3" className = "form-control" />
74+ </ div >
75+ </ div >
5276 </ form >
5377 ) ;
5478
Original file line number Diff line number Diff line change @@ -43,6 +43,30 @@ export class MockModelessManager extends React.Component {
4343 < input type = "text" id = "textInput3" className = "form-control" />
4444 </ div >
4545 </ div >
46+ < div className = "form-group" >
47+ < label className = "col-sm-3 control-label" htmlFor = "textInput4" >
48+ Field Four
49+ </ label >
50+ < div className = "col-sm-9" >
51+ < input type = "text" id = "textInput3" className = "form-control" />
52+ </ div >
53+ </ div >
54+ < div className = "form-group" >
55+ < label className = "col-sm-3 control-label" htmlFor = "textInput5" >
56+ Field Five
57+ </ label >
58+ < div className = "col-sm-9" >
59+ < input type = "text" id = "textInput3" className = "form-control" />
60+ </ div >
61+ </ div >
62+ < div className = "form-group" >
63+ < label className = "col-sm-3 control-label" htmlFor = "textInput6" >
64+ Field Six
65+ </ label >
66+ < div className = "col-sm-9" >
67+ < input type = "text" id = "textInput3" className = "form-control" />
68+ </ div >
69+ </ div >
4670 </ form >
4771 ) ;
4872
You can’t perform that action at this time.
0 commit comments