فهرست منبع

Census Entry Form personal occupation field increased

Andrew Grant 7 ماه پیش
والد
کامیت
bf310a3ea8
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      pom.xml
  2. 1 1
      src/main/resources/templates/censusentry/form.html

+ 1 - 0
pom.xml

@@ -115,6 +115,7 @@
             <scope>test</scope>
         </dependency>
 
+
     </dependencies>
     <build>
 

+ 1 - 1
src/main/resources/templates/censusentry/form.html

@@ -170,7 +170,7 @@ rounded-3 text-center p-4">
         <div class="form-group row justify-content-center">
             <div class="col-md-2">
                 <label for="personalOccupation">Personal Occupation</label>
-                <input class="form-control"  id="personalOccupation" style="width: 200px;"
+                <input class="form-control"  id="personalOccupation" style="width: 400px;"
                        th:field="*{personalOccupation}" type="text">
             </div>
         </div>