Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 28499f4

Browse files
committed
Bug 1945929 - Newtab shortcuts refresh title hover break on word and not all r=home-newtab-reviewers,maxx
Differential Revision: https://phabricator.services.mozilla.com/D236763
1 parent 61cb2a4 commit 28499f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/extensions/newtab/content-src/components/TopSites/_TopSites.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ $calculated-max-width-twice-widest: $break-point-widest + 2 * $card-width;
852852
.title-label {
853853
-webkit-line-clamp: 2;
854854
white-space: wrap;
855-
word-break: break-all;
855+
word-break: break-word;
856856
}
857857
}
858858
}

browser/extensions/newtab/css/activity-stream.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ main section {
14501450
.top-sites-list .top-site-outer:hover .title:not(.sponsored) .title-label, .top-sites-list .top-site-outer:focus-within .title:not(.sponsored) .title-label {
14511451
-webkit-line-clamp: 2;
14521452
white-space: wrap;
1453-
word-break: break-all;
1453+
word-break: break-word;
14541454
}
14551455

14561456
@keyframes fade-up-tt {

0 commit comments

Comments
 (0)