Skip to content

Commit

Permalink
try to fix campaign date labels
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 5, 2023
1 parent ebcd2d5 commit 2dd86f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/campaigns/campaign_list_block.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</el-col>
</el-row>
<el-row class="popped">
<el-col :span="18" class="standings"> </el-col>
<el-col :span="6" class="dates"> {{ camp.dateStart | trunc }} - {{ camp.dateEnd | trunc }} </el-col>
<el-col :span="6" class="standings"> </el-col>
<el-col :span="16" class="dates"> {{ camp.dateStart | trunc }} - {{ camp.dateEnd | trunc }} </el-col>
</el-row>
</div>
</template>
Expand Down

0 comments on commit 2dd86f9

Please sign in to comment.