Skip to content

Commit

Permalink
Merge pull request #4086 from nextcloud/backport/4083/stable7
Browse files Browse the repository at this point in the history
[stable7] Fix NcListItem wrong bold class
  • Loading branch information
julien-nc authored May 11, 2023
2 parents bb61782 + a90f659 commit 6f131d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
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 6f131d6

Please sign in to comment.