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/peers/peers.component.scss

18 lines
216 B
SCSS

.mat-column-detach {
flex: 0 0 5%;
min-width: 50px;
}
.mat-column-alias, .mat-column-address {
flex: 0 0 15%;
min-width: 100px;
}
.mat-cell.mat-column-detach {
cursor: pointer;
}
table {
width:100%;
}