mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed problem with navbar height if search button has two words text
This commit is contained in:
parent
b37ae97673
commit
0a7a7c979c
1 changed files with 1 additions and 1 deletions
|
@ -70,5 +70,5 @@
|
|||
</div>
|
||||
|
||||
<input type="search" class="form-control me-sm-2 my-2" placeholder="{% trans %}search.placeholder{% endtrans %}" name="keyword" required>
|
||||
<button type="submit" class="form btn btn-outline-secondary my-2">{% trans %}search.submit{% endtrans %}</button>
|
||||
<button type="submit" class="form btn btn-outline-secondary my-2 text-nowrap">{% trans %}search.submit{% endtrans %}</button>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue