diff --git a/src/components/ExchangeRate/ExchangeRateInput.js b/src/components/ExchangeRate/ExchangeRateInput.js index 8a0b2b6fe..81ec4bc9d 100644 --- a/src/components/ExchangeRate/ExchangeRateInput.js +++ b/src/components/ExchangeRate/ExchangeRateInput.js @@ -33,7 +33,7 @@ export function ExchangeRateInputGroup({ } const ExchangeRateField = styled(FMoneyInputGroup)` - max-width: 88px; + max-width: 75px; `; const ExchangeRateSideIcon = styled.div`