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

21 lines
322 B
SCSS

.mat-column-alias {
flex: 0 0 15%;
width: 15%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mat-column-pub_key {
flex: 0 0 35%;
width: 35%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 2rem;
}
.mat-column-ping_time {
padding-right: 2rem;
}