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:
parent
a8643af481
commit
c152a17a85
@ -10,10 +10,7 @@
|
|||||||
text-align: start;
|
text-align: start;
|
||||||
|
|
||||||
& h2 {
|
& h2 {
|
||||||
overflow: hidden;
|
display: flex;
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& span {
|
& 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 {
|
&__chevron-right {
|
||||||
color: $Grey-500;
|
color: $Grey-500;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user