Skip to content

Commit

Permalink
Merge pull request #854 from IATI/snags
Browse files Browse the repository at this point in the history
Visual snags
  • Loading branch information
tillywoodfield authored Jan 15, 2025
2 parents 97e1f98 + e9ff0ef commit c5ab5e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/organisation/DocumentListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
};
const textClasses =
"overflow-hidden text-ellipsis whitespace-nowrap hover:overflow-visible hover:whitespace-normal text-tiny";
"overflow-hidden text-ellipsis whitespace-nowrap hover:overflow-visible hover:whitespace-normal text-tiny self-center";
</script>

<template>
Expand Down
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
2 changes: 1 addition & 1 deletion src/components/report/ReportDocumentStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
});
const textClasses =
"overflow-hidden text-ellipsis whitespace-nowrap hover:overflow-visible hover:whitespace-normal text-tiny";
"overflow-hidden text-ellipsis whitespace-nowrap hover:overflow-visible hover:whitespace-normal text-tiny self-center";
</script>

<template>
Expand Down

0 comments on commit c5ab5e1

Please sign in to comment.