fix: set the score on the same line

pull/1/head
Nicolas Doby 2022-10-13 18:35:09 +02:00
parent cb4f9b2766
commit 075a508bb5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {