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.
1 parent a4faa9f commit 9fcecc6Copy full SHA for 9fcecc6
src/components/NcNoteCard/NcNoteCard.vue
@@ -125,6 +125,7 @@ const iconPath = computed(() => {
125
<slot name="icon">
126
<NcIconSvgWrapper :path="iconPath"
127
class="notecard__icon"
128
+ inline
129
:class="{ 'notecard__icon--heading': heading }" />
130
</slot>
131
<div>
@@ -161,8 +162,6 @@ const iconPath = computed(() => {
161
162
163
&__icon {
164
color: var(--note-theme);
- min-height: var(--note-card-icon-size);
165
- min-width: var(--note-card-icon-size);
166
167
&--heading {
168
font-size: var(--note-card-icon-size);
0 commit comments