Skip to content

Commit

Permalink
hopefully fix date padding
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 5, 2023
1 parent 2dd86f9 commit ddfd594
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="6" class="standings"> </el-col>
<el-col :span="16" class="dates"> {{ camp.dateStart | trunc }} - {{ camp.dateEnd | trunc }} </el-col>
<el-col :span="4" class="standings"> </el-col>
<el-col :span="20" class="dates"> {{ camp.dateStart | trunc }} - {{ camp.dateEnd | trunc }} </el-col>
</el-row>
</div>
</template>
Expand Down

0 comments on commit ddfd594

Please sign in to comment.