Skip to content

Commit

Permalink
adjust short name table minWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
ochiu committed Sep 25, 2024
1 parent 4f90686 commit 2ce2b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth-web/src/components/pay/ShortNameSummaryTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default defineComponent({
'Type',
shortNameType,
true,
'125px',
'200px',
'200px',
ShortNameUtils.ShortNameTypeItems
),
Expand Down Expand Up @@ -285,7 +285,7 @@ export default defineComponent({
'Linked Accounts',
linkedAccountsCount,
true,
'100px',
'125px',
'125px'
),
{
Expand Down

0 comments on commit 2ce2b1f

Please sign in to comment.