qmining-data-editor/src/components/SubjectSelector.module.css

15 lines
187 B
CSS

.questionCount {
justify-content: flex-end;
white-space: nowrap;
}
.subjName {
word-wrap: break-word;
}
.subjectSelector {
overflow: scroll;
height: 350px;
margin: 10px;
}