Skip to content

Commit

Permalink
Merge pull request #155 from MZC-CSC/master
Browse files Browse the repository at this point in the history
Style: Modify Api Mng List Height
  • Loading branch information
MZC-CSC authored Dec 7, 2022
2 parents f424ad3 + 00e7e26 commit d3a9255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/static/assets/css/contents.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@

}

#api_mng_list {
height: auto;
}

#guideArea .modal-dialog {
max-width: 100%;
width: auto;
Expand Down
2 changes: 1 addition & 1 deletion src/views/ApiTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<th>Result</th>
</tr>
</thead>
<tbody id="spec_list">
<tbody id="api_mng_list">
<tr>
<td class="text-left"><label>Target : </label></td>
<td class="text-left">
Expand Down

0 comments on commit d3a9255

Please sign in to comment.