1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Consistent rounded corners on tx details modal/popup (#8714)

This commit is contained in:
Thomas Huang 2020-06-01 13:04:39 -07:00 committed by GitHub
parent df85ab6e10
commit fb906e2150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@
justify-content: flex-start; justify-content: flex-start;
align-items: stretch; align-items: stretch;
align-content: stretch; align-content: stretch;
border-radius: 10px;
} }
&-container { &-container {