fixed incorrect css value

pull/86/head
Szymon Lesisz 6 years ago
parent b36b9667e4
commit d718c0bf10

@ -56,7 +56,7 @@ const Name = styled.div`
display: block;
text-overflow: ellipsis;
overflow: hidden;
white-space: no-wrap;
white-space: nowrap;
font-weight: 500;
font-size: 14px;
color: ${colors.TEXT_PRIMARY};

Loading…
Cancel
Save