fix: set the score on the same line
parent
cb4f9b2766
commit
075a508bb5
|
@ -88,6 +88,7 @@ export default class QuizAxeDetails extends Vue {
|
||||||
|
|
||||||
.question .note {
|
.question .note {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment {
|
.comment {
|
||||||
|
|
Loading…
Reference in New Issue