Add label to search box

Use sr-only to not mess with (visible) design
This commit is contained in:
Matt Singletary 2020-04-24 02:37:09 -04:00 committed by Drew DeVault
parent 0a30060cb4
commit ff14d6502f
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@
</div>
{% endif %}
<form style="margin-bottom: 0.5rem">
<label for="search" class="sr-only">Search tickets</label>
<input
name="search"
type="text"