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/old-transactions/list-transactions/list-transactions.component...

29 lines
534 B
SCSS

.ml-minus-24px {
margin-left: -24px;
}
table {
width:100%;
}
.mat-column-block_hash, .mat-column-tx_hash {
flex: 1 1 25%;
min-width: 100px;
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 20px;
}
.mat-column-dest_addresses, .mat-column-time_stamp {
flex: 1 1 10%;
min-width: 75px;
max-width: 75px;
}
.mat-column-num_confirmations, .mat-column-total_fees, .mat-column-block_height, .mat-column-amount {
flex: 1 1 10%;
min-width: 65px;
max-width: 65px;
}