Skip to content

Commit bf472c2

Browse files
committed
fix: overlay icon alignment
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent c385eee commit bf472c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Questions/Question.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<template v-if="isRequired" #icon>
8686
<IconOverlay>
8787
<template #overlay>
88-
<NcIconSvgWrapper :svg="IconAsterisk" />
88+
<NcIconSvgWrapper :svg="IconAsterisk" inline />
8989
</template>
9090
<NcIconSvgWrapper :svg="IconDotsHorizontal" />
9191
</IconOverlay>

0 commit comments

Comments
 (0)