Skip to content

Commit

Permalink
Merge pull request #239 from ProgramEquity/awkward_word_wrapping_fix
Browse files Browse the repository at this point in the history
Awkward word wrapping fix
  • Loading branch information
manishapriya94 authored Jul 26, 2022
2 parents f41e09a + bceb350 commit 0e5c23e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
39 changes: 13 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/CampaignCards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
height="200px"
></v-img>

<v-card-title v-text="campaign.name"></v-card-title>
<h5 v-text="campaign.name" class="text-h5"></h5>

<v-card-subtitle
v-text="campaign.organization"
Expand Down

0 comments on commit 0e5c23e

Please sign in to comment.