mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2025-04-01 20:24:01 +02:00
15 lines
187 B
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;
|
|
}
|
|
|