1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

Merge pull request #546 from trezor/fix/pin-modal-width

Fix/Force max width for pin modal
This commit is contained in:
Vladimir Volek 2019-05-03 21:24:43 +02:00 committed by GitHub
commit 5a926dc1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;