We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 424c947 + cb5bb22 commit 573ea38Copy full SHA for 573ea38
src/components/NcNoteCard/NcNoteCard.vue
@@ -125,7 +125,8 @@ const iconPath = computed(() => {
125
<slot name="icon">
126
<NcIconSvgWrapper :path="iconPath"
127
class="notecard__icon"
128
- :class="{ 'notecard__icon--heading': heading }" />
+ :class="{ 'notecard__icon--heading': heading }"
129
+ inline />
130
</slot>
131
<div>
132
<p v-if="heading" class="notecard__heading">
0 commit comments