1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00

fixed incorrect css value

This commit is contained in:
Szymon Lesisz 2018-09-23 12:59:06 +02:00
parent b36b9667e4
commit d718c0bf10

View File

@ -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};