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/clightning/peers-channels/channels/channels-tables/channel-open-table/channel-open-table.componen...

29 lines
529 B
SCSS

.mat-column-remote_alias {
flex: 0 0 20%;
width: 20%;
& .ellipsis-parent {
display: flex;
}
}
.mat-column-balancedness {
padding-left: 3rem;
flex: 0 0 25%;
width: 25%;
}
.mat-column-local_balance, .mat-column-remote_balance, .mat-column-total_satoshis_sent, .mat-column-total_satoshis_received {
flex: 0 0 10%;
width: 10%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mat-column-actions {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}