Skip to content

Commit

Permalink
Drop flex wrap from JobStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Feb 19, 2024
1 parent 801bd1a commit 77a9066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/corpus/job/JobStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function doRunJob() {

<template>
<PendingContent v-if="jobStatus" :on="`corpus/${corpusId}/job`">
<div class="flex flex-wrap gap-4 justify-between items-baseline">
<div class="flex gap-4 justify-between items-baseline">
<div class="text-lg">
<span v-if="jobStatus.current_process">
{{ $t(`job.process.${jobStatus.current_process}`) }}:
Expand Down

0 comments on commit 77a9066

Please sign in to comment.