Skip to content

Commit

Permalink
feat(neuron-ui): reduce the label width of transaction's basic info
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 30, 2019
1 parent 099c2f5 commit dc0606b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/neuron-ui/src/components/Transaction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const basicInfoColumns: IColumn[] = [
{
key: 'label',
name: 'Label',
minWidth: 100,
maxWidth: 150,
},
{
key: 'value',
Expand Down

0 comments on commit dc0606b

Please sign in to comment.