You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RTL/src/app/lnd/on-chain/utxo-tables/utxos/utxos.component.scss

17 lines
249 B
SCSS

.mat-column-is_dust {
width: 2rem;
}
.mat-column-label, .mat-column-tx_id {
flex: 1 1 15%;
& .ellipsis-child {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.mat-column-actions {
min-height: 4.8rem;
}