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:
parent
51fc06cf06
commit
f4bb199f90
@ -39,7 +39,9 @@
|
||||
|
||||
color: #4d4d4d;
|
||||
border: none;
|
||||
max-width: 22ch;
|
||||
max-width: 15ch;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
height: 16px;
|
||||
|
||||
&__disabled {
|
||||
|
Loading…
Reference in New Issue
Block a user