Skip to content

Commit 573ea38

Browse files
authored
Merge pull request #7118 from nextcloud-libraries/fix/7117/notecard-icon-size
fix(NcNoteCard): too large icon padding
2 parents 424c947 + cb5bb22 commit 573ea38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/NcNoteCard/NcNoteCard.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ const iconPath = computed(() => {
125125
<slot name="icon">
126126
<NcIconSvgWrapper :path="iconPath"
127127
class="notecard__icon"
128-
:class="{ 'notecard__icon--heading': heading }" />
128+
:class="{ 'notecard__icon--heading': heading }"
129+
inline />
129130
</slot>
130131
<div>
131132
<p v-if="heading" class="notecard__heading">

0 commit comments

Comments
 (0)