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.
bazarr/frontend/src/components/modals/msmStyle.scss

21 lines
355 B

.release-container {
flex-wrap: nowrap;
overflow: hidden;
.text-container {
max-width: 500px;
.release-text {
text-overflow: ellipsis;
overflow-wrap: break-word;
word-wrap: break-word;
white-space: pre-wrap;
&.hidden-item {
color: gray;
}
}
}
&.release-multi {
cursor: zoom-in;
}
}