Skip to content

Commit 364d82b

Browse files
fix(NcNoteCard): too large icon padding
Signed-off-by: Raimund Schlüßler <raimund.schluessler+nextcloud@mailbox.org> Co-Authored-by: Grigorii K. Shartsev <me@shgk.me>
1 parent f2db86c commit 364d82b

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)