Fix alignment of ellipsis and address in wallet view. (#3198)

feature/default_network_editable
Dan J Miller 7 years ago committed by Alexander Tseung
parent d84dc5da42
commit 9ed3a5512e
  1. 2
      ui/app/components/token-cell.js
  2. 1
      ui/app/css/itcss/components/newui-sections.scss
  3. 2
      ui/app/css/itcss/components/token-list.scss

@ -111,7 +111,7 @@ TokenCell.prototype.render = function () {
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('h3.token-list-item__token-balance', `${string || 0} ${symbol}`),

@ -105,6 +105,7 @@ $wallet-view-bg: $alabaster;
&__tooltip {
display: flex;
justify-content: center;
align-items: center;
padding: 24px;
}

@ -51,7 +51,7 @@ $wallet-balance-breakpoint-range: "screen and (min-width: #{$break-large}) and (
&__balance-ellipsis {
display: flex;
align-items: center;
justify-content: space-around;
width: 100%;
}
&__ellipsis {

Loading…
Cancel
Save