Skip to content

Commit

Permalink
make TextLink content selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Oct 31, 2023
1 parent dd522d5 commit 16ee340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/text-link.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const base = style([
cursor: 'pointer',
}),
{
userSelect: 'text',
lineHeight: 'inherit',
wordBreak: 'break-word',
'@media': {
Expand Down

0 comments on commit 16ee340

Please sign in to comment.