Skip to content

Commit

Permalink
Merge pull request #4083 from nextcloud/fix/noid/nclistitem-bold
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed May 11, 2023
2 parents a704071 + 795b0d7 commit b75c6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcListItem/NcListItem.vue
Expand Up @@ -244,7 +244,7 @@

<!-- Second line, subtitle and counter -->
<div class="line-two"
:class="{'line-one--bold': bold}">
:class="{'line-two--bold': bold}">
<span v-if="hasSubtitle" class="line-two__subtitle">
<!-- @slot Slot for the second line of the component -->
<slot name="subtitle" />
Expand Down

0 comments on commit b75c6bc

Please sign in to comment.