fix: align threshold title to the right
This commit is contained in:
parent
cba519fb4d
commit
bec80ec498
1 changed files with 1 additions and 1 deletions
|
|
@ -657,7 +657,7 @@ const getElements = (currency, classes) => [
|
|||
name: 'threshold',
|
||||
size: 'sm',
|
||||
width: 284,
|
||||
textAlign: 'left',
|
||||
textAlign: 'right',
|
||||
input: () => <ThresholdInput currency={currency} />,
|
||||
view: (it, config) => <ThresholdView config={config} currency={currency} />
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue