mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Token menu ellipsis alignment
This commit is contained in:
parent
b7e2bcf806
commit
e20ec3b389
@ -47,9 +47,14 @@ $wallet-balance-breakpoint-range: "screen and (min-width: #{$break-large}) and (
|
||||
}
|
||||
|
||||
&__ellipsis {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
right: 24px;
|
||||
// position: absolute;
|
||||
// top: 20px;
|
||||
// right: 24px;
|
||||
line-height: 45px;
|
||||
}
|
||||
|
||||
&__balance-wrapper {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user