1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Approval screen: Center justify address display content (#12639)

* Approval screen: Center justify address display content

* Removing width prop
This commit is contained in:
ryanml 2021-11-10 10:57:41 -07:00 committed by GitHub
parent 9a37e44c58
commit a41e3b1925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,11 +34,11 @@
&__address-display-content {
display: flex;
height: 27px;
width: 50%;
padding: 12px 12px 14px 12px;
background-color: $ui-1;
border-radius: 100px;
align-items: center;
justify-content: center;
}
&__siteimage-identicon {