1
0
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:
Thomas Huang 2020-10-13 21:45:21 -07:00 committed by GitHub
parent 320e8c0af9
commit 38a0c5ec75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,8 @@
grid-area: right;
text-align: right;
align-items: flex-end;
overflow: hidden;
white-space: nowrap;
}
@media (max-width: 575px) {