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

21 lines
324 B
SCSS

.mat-column-label {
padding-left: 1rem;
flex: 1 1 15%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.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;
}