Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
58b6a13106
commit
544766e5dc
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ placeholder="Enter address, intersection (e.g., Main St & Second St, City), or l
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="description">Additional Details (Optional)</label>
|
<label for="description">Additional Details (Optional)</label>
|
||||||
<textarea id="description" name="description" rows="3"
|
<textarea id="description" name="description" rows="3"
|
||||||
placeholder="Number of vehicles, time observed, etc."></textarea>
|
placeholder="Number of vehicles, time observed, etc." aria-describedby="description-help"></textarea>
|
||||||
<small class="input-help">Keep descriptions appropriate and relevant to road conditions. Submissions with inappropriate language will be rejected.</small>
|
<small id="description-help" class="input-help">Keep descriptions appropriate and relevant to road conditions. Submissions with inappropriate language will be rejected.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" id="submit-btn">
|
<button type="submit" id="submit-btn">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue