1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix network name overflow

This commit is contained in:
Erik Marks 2020-10-28 14:54:24 -07:00
parent 4ad5e027be
commit 4a219d9a10

View File

@ -173,6 +173,10 @@
font-size: 16px;
line-height: 23px;
color: #6a737d;
width: 70%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
&:hover {
cursor: pointer;