Changed scss style to see token symbol (#11294)

* Changed scss style to see token symbol

* fix indentations
feature/default_network_editable
sooyoung 4 years ago committed by GitHub
parent a8643af481
commit c152a17a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      ui/components/app/asset-list-item/asset-list-item.scss

@ -10,10 +10,7 @@
text-align: start;
& h2 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
display: flex;
}
& span {
@ -21,6 +18,16 @@
}
}
&__token-value {
flex: 1;
padding-right: 5px;
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
display: block;
overflow: hidden;
}
&__chevron-right {
color: $Grey-500;
}

Loading…
Cancel
Save