File tree Expand file tree Collapse file tree 3 files changed +198
-76
lines changed
Expand file tree Collapse file tree 3 files changed +198
-76
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,21 @@ li:hover {
6565 .method-arguments {
6666 padding-top : 10px ;
6767 }
68-
6968
69+ .args-container {
70+ padding-top : 10px ;
71+ }
72+
73+ .hr .div-splitter {
74+ height : 10px ;
75+ border : 0 ;
76+ box-shadow : 0 10px 10px -10px # 8c8b8b inset;
77+ }
78+ hr .style13 {
79+ height : 10px ;
80+ border : 0 ;
81+ box-shadow : 0 10px 10px -10px # 8c8b8b inset;
82+ margin-top : 10px ;
83+ margin-bottom : 10px ;
84+ }
7085
Original file line number Diff line number Diff line change @@ -77,10 +77,9 @@ class SrFormComponent extends HTMLElement {
7777 </div>
7878 <div class="form-group row onconnect">
7979 <label for="inputRequestData" class="col-sm-2 col-form-label">Request Payload</label>
80- <div class="col-sm-10 offset-sm-2">
81-
80+ <div class="col-sm-10 offset-sm-2">
8281 <input type="button" value="Add Argument" id="inputRequestData" class="btn-primary btn-xs btn-add-argument" />
83- <div id="method-arguments" class="method-arguments"></div>
82+ <div id="form-group method-arguments" class="method-arguments"></div>
8483 </div>
8584 </div>
8685 <div class="form-group row onconnect">
You can’t perform that action at this time.
0 commit comments