1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Changed scss style to see token symbol (#11294)

* Changed scss style to see token symbol

* fix indentations
This commit is contained in:
sooyoung 2021-06-16 01:00:47 +09:00 committed by GitHub
parent a8643af481
commit c152a17a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}