1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

UX: Remove unwanted spacing from last NFT collection (#20442)

This commit is contained in:
David Walsh 2023-08-14 09:52:52 -05:00 committed by GitHub
parent ae76364c17
commit f69180c174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,10 @@
&__collection {
margin-bottom: 24px;
&:last-child {
margin-bottom: 0;
}
&-accordion-title {
cursor: pointer;
}