1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

fix overflow issue on approval container (#9415)

This commit is contained in:
Brad Decker 2020-09-16 15:18:39 -05:00 committed by GitHub
parent bffa035bc7
commit 1123adcb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,8 @@
display: flex;
flex-flow: column;
align-items: center;
width: 390px;
max-width: 100%;
font-style: normal;
padding-left: 24px;
padding-right: 24px;
}
&__card-wrapper {