You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/src/UI/Activity/activity.less

28 lines
335 B

.queue-status-cell .popover {
max-width : 800px;
}
.queue {
.protocol-cell {
text-align : center;
width : 80px;
}
.episode-number-cell {
min-width : 90px;
}
}
.remove-from-queue-modal {
.form-horizontal {
margin-top : 20px;
}
}
.history-detail-modal {
.info {
word-wrap: break-word;
}
}