1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

EIP-1559 - Prevent Max Fee and Max Amount from wrapping on confirmation screen (#11591)

This commit is contained in:
David Walsh 2021-07-23 08:39:10 -05:00 committed by GitHub
parent 8cb1557f1c
commit 4e87069af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,8 @@
&__subtext {
text-align: end;
}
.currency-display-component {
display: inline;
}
}