Browse Source

Census Entry Form spacing

Andrew Grant 6 months ago
parent
commit
f56316a0ea

+ 1 - 1
src/main/resources/application.properties

@@ -2,7 +2,7 @@ spring.application.name=grants
 server.port=8086
 server.servlet.context-path=/grants
 spring.mvc.format.date=dd-MM-yyyy
-spring.profiles.active=uat
+spring.profiles.active=dev
 logging.level.scot.carricksoftware=trace
 
 

+ 4 - 2
src/main/resources/templates/censusEntry/form.html

@@ -180,7 +180,8 @@ rounded-3 text-center p-4">
                 </div>
             </div>
             <div class="col-md-2">
-                <label for="childrenBornAlive">Children Born Alive&#10;&#13;</label>
+                <label for="childrenBornAlive">Children Born Alive</label>
+                <div>&nbsp;</div>
                 <input class="form-control" id="childrenBornAlive"
                        th:field="*{childrenBornAlive}" type="text">
                 <div th:if="${#fields.hasErrors('childrenBornAlive')}">
@@ -191,7 +192,8 @@ rounded-3 text-center p-4">
                 </div>
             </div>
             <div class="col-md-2">
-                <label for="childrenStillAlive">Children Still Alive&#10;&#13;</label>
+                <label for="childrenStillAlive">Children Still Alive</label>
+                <div>&nbsp;</div>
                 <input class="form-control" id="childrenStillAlive"
                        th:field="*{childrenStillAlive}" type="text">
                 <div th:if="${#fields.hasErrors('childrenStillAlive')}">