cutoff path if it is too long

This commit is contained in:
Luc
2021-10-29 14:52:17 +02:00
parent ad0c035304
commit 46a25e26c0

View File

@@ -76,6 +76,15 @@ export const ActiveTransfer = styled.div`
display: grid;
grid-template-columns: 1fr auto auto auto;
gap: 0 1rem;
p:first-child {
overflow: hidden;
direction: rtl;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
`
export const HistoryContainer = styled(ActiveContainer)`