Skip to content

Commit

Permalink
fix: #2273 use stacked table layout for narrow windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adele-usdr committed Nov 30, 2023
1 parent 9e24c76 commit c7066f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/GrantsTableNext.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</b-row>
<b-row align-v="center">
<b-col cols="12">
<b-table id="grants-table" hover responsive :items="formattedGrants"
<b-table id="grants-table" hover responsive stacked="sm" :items="formattedGrants"
:fields="fields.filter(field => !field.hideGrantItem)" selectable striped :sort-by.sync="orderBy"
:sort-desc.sync="orderDesc" :no-local-sorting="true" :bordered="true" select-mode="single" :busy="loading"
@row-selected="onRowSelected" show-empty emptyText="No matches found">
Expand Down

0 comments on commit c7066f4

Please sign in to comment.