소스 검색

grow ssh key field

andre 4 년 전
부모
커밋
6eaf951b89
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      configure_thurvserver.tpl

+ 6 - 1
configure_thurvserver.tpl

@@ -289,7 +289,12 @@ var _localLang = {
                                 </td>
                                 <td></td>
                                 <td align='left'>
-                                    <div class="form-group" style="min-height:3em;">
+                                    <style>
+                                        textarea {
+                                            min-height:3em;
+                                        }
+                                    </style>
+                                    <div class="form-group">
                                         <label for="customfield{$customfields[1].id}">{$customfields[1].name}</label>
                                         {$customfields[1].input}
                                         {if $customfields[1].description}