Skip to content

Commit

Permalink
fix(webui): clearer item card display
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Feb 15, 2022
1 parent cbe77c7 commit 052f3d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion komga-webui/src/components/ItemCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,11 @@
class="link-underline text-truncate"
v-html="t.title"
style="display: block"
:class="i !== 0 ? 'font-weight-light' : ''"
/>
</v-card-subtitle>
</template>
<v-card-text class="px-2" v-html="body">
<v-card-text class="px-2 font-weight-light" v-html="body">
</v-card-text>
</template>
</v-card>
Expand Down

0 comments on commit 052f3d3

Please sign in to comment.