Skip to content
Snippets Groups Projects
Commit fc3ca820 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Increase size of the button 'Filter' and move it into its own div

parent 9f75c3ff
No related branches found
No related tags found
1 merge request!225Make the dashboard more attractive
Pipeline #736780 passed
......@@ -131,9 +131,11 @@
<li class="list-inline-item">
<a class="text-muted" href="tsv/index.html">🗒️ per-release indices</a>
</li>
</ul>
<div>
<div class="dropdown d-inline" data-dropdown="filter">
<button class="btn btn-secondary btn-sm dropdown-toggle"
<button class="btn btn-secondary dropdown-toggle"
id="dropdown-button-filter" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Filter
</button>
......@@ -183,7 +185,7 @@
</form>
</div>
</div>
</ul>
</div>
{% endblock %}
{% block buttons %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment