Skip to content

Commit

Permalink
fix: fix vertical text alignment on file status list
Browse files Browse the repository at this point in the history
  • Loading branch information
tillywoodfield committed Jan 15, 2025
1 parent 26e3616 commit e9ff0ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/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 e9ff0ef

Please sign in to comment.