Skip to content

Commit dc0606b

Browse files
committed
feat(neuron-ui): reduce the label width of transaction's basic info
1 parent 099c2f5 commit dc0606b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/neuron-ui/src/components/Transaction

packages/neuron-ui/src/components/Transaction/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ const basicInfoColumns: IColumn[] = [
7676
{
7777
key: 'label',
7878
name: 'Label',
79+
minWidth: 100,
80+
maxWidth: 150,
7981
},
8082
{
8183
key: 'value',

0 commit comments

Comments
 (0)