Fix centering for "Show Totals" grid tool

This commit is contained in:
Lance Edgar 2024-04-28 02:41:45 -05:00
parent f2f023e7b3
commit 855fa7e1e2

View file

@ -30,6 +30,7 @@
## grid totals
% if master.supports_grid_totals:
<div style="display: flex; align-items: center;">
<b-button v-if="gridTotalsDisplay == null"
:disabled="gridTotalsFetching"
@click="gridTotalsFetch()">
@ -39,6 +40,7 @@
class="control">
Totals: {{ gridTotalsDisplay }}
</div>
</div>
% endif
## download search results