Skip to content

Commit

Permalink
Adjust break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheringer committed Jan 8, 2025
1 parent 0f1fd79 commit c05cf41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/packages/hovercards/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ $font-sf-pro: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Robo
}

.gravatar-hovercard__profile-url {
// webkit-box used by ellipsis mixin
// doesn't work well for URLs on Firefox
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

@include ellipsis(1);

/* Ensure consistent word-breaking across browsers. */
word-break: break-all;
color: $color-gray;
}

Expand Down

0 comments on commit c05cf41

Please sign in to comment.