diff --git a/src/components/profile-data-table.tsx b/src/components/profile-data-table.tsx
index 800106e..282c6eb 100644
--- a/src/components/profile-data-table.tsx
+++ b/src/components/profile-data-table.tsx
@@ -239,7 +239,7 @@ const TagsCell = React.memo<{
))}
{effectiveTags.length === 0 && (
-
+ No tags
)}
{hiddenCount > 0 && (
@@ -1008,7 +1008,7 @@ export function ProfilesDataTable({
}}
className="inline-block w-full"
/>
-
+
div[data-slot='scroll-area-viewport']>div]:overflow-visible",
platform === "macos" ? "h-[340px]" : "h-[280px]",
)}
>
-
-
+
+
{table.getHeaderGroups().map((headerGroup) => (
{headerGroup.headers.map((header) => {
@@ -1481,7 +1481,7 @@ export function ProfilesDataTable({
))}
-
+
{table.getRowModel().rows?.length ? (
table.getRowModel().rows.map((row) => (
) {
return (
-