1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01: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; display: flex;
flex-flow: column; flex-flow: column;
align-items: center; align-items: center;
width: 390px; max-width: 100%;
font-style: normal; font-style: normal;
padding-left: 24px;
padding-right: 24px;
} }
&__card-wrapper { &__card-wrapper {