Skip to content

Commit

Permalink
feat: remove bullet point from activity feedback item component
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Jan 15, 2025
1 parent 97e1f98 commit 26e3616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/report/FeedbackItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<span>{{ props.item.message }}</span>
<ul
v-if="props.item.context.length > 1 || (props.item.context.length && props.item.context[0].text !== '')"
class="list-disc pl-10"
class="list-none px-0"
>
<li v-for="(context, index) of props.item.context" :key="index" class="iati-code bg-white pl-2">
<span v-if="containsQuotedTrailingWhitespace(context.text)">
Expand Down

0 comments on commit 26e3616

Please sign in to comment.