Add clearfix to fix issue 2110

pull/1/head
Vlad 4 years ago
parent d75f98c764
commit d83ee1e413

@ -83,6 +83,7 @@
{% if corrections -%}
<div class="result">
<div class="clearfix">
<span class="result_header text-muted form-inline pull-left suggestion_item">{{ _('Try searching for:') }}</span>
{% for correction in corrections -%}
<form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" role="navigation" class="form-inline pull-left suggestion_item">{{- "" -}}
@ -91,6 +92,7 @@
</form>
{% endfor %}
</div>
</div>
{%- endif %}
{% if answers -%}

Loading…
Cancel
Save