Skip to content

Commit

Permalink
fix history title style
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Apr 17, 2024
1 parent 16fea31 commit 7cf3cc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/AssistantTextProcessingForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<ArrowLeftIcon v-else />
</template>
</NcButton>
<h2 v-if="selectedTaskType">
<h3 v-if="selectedTaskType">
{{ t('assistant', 'Previous "{taskTypeName}" tasks', { taskTypeName: selectedTaskType.name }) }}
</h2>
</h3>
</div>
<TaskList
class="history--list"
Expand Down Expand Up @@ -444,7 +444,8 @@ export default {
display: flex;
align-items: center;
gap: 8px;
h2 {
h3 {
margin-top: 0px;
margin-bottom: 0px;
}
}
Expand Down

0 comments on commit 7cf3cc9

Please sign in to comment.