Skip to content

Commit

Permalink
fix: link preview text not properly truncated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboyles authored Dec 4, 2024
1 parent a76a6d4 commit a724006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/crepe/src/theme/common/link-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
white-space: nowrap;
&:hover {
text-decoration: underline;
}
Expand Down
1 change: 1 addition & 0 deletions storybook/stories/components/link-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
white-space: nowrap;

&:hover {
text-decoration: underline;
Expand Down

0 comments on commit a724006

Please sign in to comment.