Skip to content
Snippets Groups Projects
Commit f268a315 authored by Rhys Evans's avatar Rhys Evans
Browse files

Increased box-size of description input to match the 200 word limit, asdjusted...

Increased box-size of description input to match the 200 word limit, asdjusted form-width to compensate
parent 9a03ae39
Branches
No related tags found
1 merge request!13Resolve "As a user I want to be able submit a form about a specific landmark to add to the trail"
......@@ -10,7 +10,7 @@ body{
align-content: center;
text-align: center;
border-radius: 25px;
max-width: 600px;
max-width: 620px;
margin: 0 auto
}
......
......@@ -26,7 +26,7 @@
</label><br>
<div th:errors="*{landmarkEmail}" th:if="${#fields.hasErrors('landmarkEmail')}">ErrorEmail</div>
<br><label>Please Describe Your Business:<br>
<textarea th:field="*{landmarkDescription}" rows="8" cols="60" placeholder="Max 200 words please..."></textarea>
<textarea th:field="*{landmarkDescription}" rows="18" cols="70" placeholder="Max 200 words please..."></textarea>
</label><br><br>
<label>Your Location:
<select th:field="*{landmarkLocation}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment