Skip to content

Commit 32b27fd

Browse files
authored
Merge pull request #3359 from nextcloud/fix/overlay-icon
fix: overlay icon alignment
2 parents bc0ff33 + bf472c2 commit 32b27fd

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)