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:
parent
bffa035bc7
commit
1123adcb1d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user