mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix alignment of ellipsis and address in wallet view. (#3198)
This commit is contained in:
parent
d84dc5da42
commit
9ed3a5512e
@ -111,7 +111,7 @@ TokenCell.prototype.render = function () {
|
|||||||
network,
|
network,
|
||||||
}),
|
}),
|
||||||
|
|
||||||
h('div.token-list-item__balance-wrapper', null, [
|
h('div.token-list-item__balance-ellipsis', null, [
|
||||||
h('div.token-list-item__balance-wrapper', null, [
|
h('div.token-list-item__balance-wrapper', null, [
|
||||||
h('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),
|
h('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),
|
||||||
|
|
||||||
|
@ -105,6 +105,7 @@ $wallet-view-bg: $alabaster;
|
|||||||
&__tooltip {
|
&__tooltip {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ $wallet-balance-breakpoint-range: "screen and (min-width: #{$break-large}) and (
|
|||||||
&__balance-ellipsis {
|
&__balance-ellipsis {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-around;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__ellipsis {
|
&__ellipsis {
|
||||||
|
Loading…
Reference in New Issue
Block a user