Skip to content

Commit

Permalink
Add select-all to code-block (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Aug 29, 2024
1 parent 81b8507 commit 7db9de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/event/event-details-row-expanded.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
.code-block-row {
@apply block w-full py-1 text-left;
@apply block w-full select-all py-1 text-left;
}
.detail-row {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utilities/get-single-attribute-for-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export const getEventSummaryAttribute = (
}
}

return first;
return first || emptyAttribute;
};

export const getPendingActivitySummaryAttribute = (
Expand Down

0 comments on commit 7db9de7

Please sign in to comment.