mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
bugfix(ui): center More button
the More button was slightly floated to the left side of the column. This looked weird. Now it is in the center of the column.
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
-->
|
||||
|
||||
{%- endfor %}
|
||||
<div class="ui two column centered grid">
|
||||
<div class="ui centered grid">
|
||||
<a class="ui button more" href="{{url_for('invenio_search_ui.search')}}">{{_('More')}}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user