Skip to content

Commit

Permalink
GridList: remove padding from sort-by header button
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed May 7, 2024
1 parent 662133e commit 5d0ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/GridList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ watch(operationMessage, () => {
<span v-if="gridConfig.sortKeys.includes(fieldEntry.key)">
<BButton
variant="link"
class="text-nowrap font-weight-bold"
class="text-nowrap font-weight-bold p-0"
:data-description="`grid sort key ${fieldEntry.key}`"
@click="onSort(fieldEntry.key)">
<span>{{ fieldTitle(fieldEntry) }}</span>
Expand Down

0 comments on commit 5d0ffab

Please sign in to comment.