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/peers-channels/channels/channels-tables/channel-closed-table/channel-closed-table.compon...

13 lines
312 B
SCSS

.mat-column-close_type {
flex: 0 0 16%;
min-width: 5rem;
}
.mat-column-remote_alias, .mat-column-remote_pubkey, .mat-column-channel_point,
.mat-column-chan_id, .mat-column-closing_tx_hash, .mat-column-chain_hash {
flex: 1 1 20%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}