mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +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;
|
||||
text-align: right;
|
||||
align-items: flex-end;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media (max-width: 575px) {
|
||||
|
Loading…
Reference in New Issue
Block a user