zcash-grant-system/frontend/client/components/ShortAddress.less

18 lines
254 B
Plaintext

.ShortAddress {
display: flex;
flex-wrap: nowrap;
text-align: left;
&-bookend {
flex: 0 0 auto;
white-space: nowrap;
}
&-middle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 0 1 auto;
}
}