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

Shorten unit input with and overflow and ellipsis it. (#9778)

This commit is contained in:
Thomas Huang 2020-11-03 11:06:37 -08:00 committed by GitHub
parent 51fc06cf06
commit f4bb199f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,9 @@
color: #4d4d4d;
border: none;
max-width: 22ch;
max-width: 15ch;
overflow: hidden;
text-overflow: ellipsis;
height: 16px;
&__disabled {