Skip to content

Commit

Permalink
BC-5726: fix list item css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
uidp committed Nov 24, 2023
1 parent b78648f commit d309078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/molecules/TaskItemTeacher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<section
v-if="hasUnpublishedLesson"
data-testid="task-lesson-chip-large"
class="hidden-xs-only mr-8 pl-4 align-self-center"
class="hidden-xs mr-8 pl-4 align-self-center"
>
<v-chip size="small">
{{
Expand All @@ -88,15 +88,15 @@
data-testid="task-status"
class="mr-4 d-flex align-self-center"
>
<div class="hidden-xs-only px-4 mr-4 text-center">
<div class="hidden-xs px-4 mr-4 text-center">
<v-list-item-subtitle>
{{ $t("components.molecules.TaskItemTeacher.submitted") }}
</v-list-item-subtitle>
<v-list-item-title data-testid="taskSubmitted">
{{ task.status.submitted }}/{{ task.status.maxSubmissions }}
</v-list-item-title>
</div>
<div class="hidden-xs-only px-4 text-center">
<div class="hidden-xs px-4 text-center">
<v-list-item-subtitle>
{{ $t("components.molecules.TaskItemTeacher.graded") }}
</v-list-item-subtitle>
Expand Down

0 comments on commit d309078

Please sign in to comment.