mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-15 09:32:00 +00:00
force max width for pin modal
This commit is contained in:
parent
f7a8fbeb3b
commit
46ba4c20d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user