diff --git a/src/components/modals/pin/Pin/index.js b/src/components/modals/pin/Pin/index.js index d87e7fb9..4a6e4878 100644 --- a/src/components/modals/pin/Pin/index.js +++ b/src/components/modals/pin/Pin/index.js @@ -23,12 +23,12 @@ type State = { const Wrapper = styled.div` padding: 30px 48px; + max-width: 260px; `; const InputWrapper = styled.div` margin-top: 24px; margin-bottom: 10px; - max-width: 260px; `; const PinRow = styled.div` display: flex;