mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix FF overflow list-item right-content/primaryCurrency wrapper (#9591)
Over flow .list-item__right-content rather than the text.
This commit is contained in:
parent
320e8c0af9
commit
38a0c5ec75
@ -85,6 +85,8 @@
|
|||||||
grid-area: right;
|
grid-area: right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 575px) {
|
@media (max-width: 575px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user