Skip to content

Commit

Permalink
#6797: Fix search result layout on small screens when there are no re…
Browse files Browse the repository at this point in the history
…sults
  • Loading branch information
thatmattlove committed Aug 5, 2021
1 parent 7608ee8 commit 31cd689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3 class="text-muted text-center">No results found</h3>
{% endif %}
{% else %}
<div class="row">
<div class="col-4 offset-4">
<div class="col col-12 col-lg-4 offset-lg-4">
<form action="{% url 'search' %}" method="get" class="form form-horizontal">
<div class="card">
<h5 class="card-header">
Expand Down

0 comments on commit 31cd689

Please sign in to comment.