mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
UX: Remove unwanted spacing from last NFT collection (#20442)
This commit is contained in:
parent
ae76364c17
commit
f69180c174
@ -2,6 +2,10 @@
|
|||||||
&__collection {
|
&__collection {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&-accordion-title {
|
&-accordion-title {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user