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/cln/transactions/invoices/invoices-table/lightning-invoices-table.co...

18 lines
312 B
SCSS

@import '../../../../shared/theme/styles/mixins.scss';
.mat-column-status {
width: 2rem;
}
.mat-column-description, .mat-column-label, .mat-column-payment_hash, .mat-column-bolt11 {
flex: 0 0 15%;
width: 15%;
& .ellipsis-parent {
display: flex;
}
}
.mat-column-actions {
min-height: 4.8rem;
}