Skip to content

Commit

Permalink
Merge pull request #63 from hypha-dao/bugfix/title-css
Browse files Browse the repository at this point in the history
Fix line height for proposal username
  • Loading branch information
gregory-latinier authored Sep 8, 2020
2 parents 25ac179 + 86bcb79 commit 96a8dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/proposals/components/proposal-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -368,12 +368,13 @@ q-card.proposal(v-if="isFiltered")
text-align center
font-weight 800
font-size 28px
line-height 1
.title
cursor pointer
text-align center
font-size 20px
color $grey-6
line-height 1.0
line-height 22px
.icon
position absolute
right 10px
Expand Down

0 comments on commit 96a8dd0

Please sign in to comment.