Index: chrome/browser/resources/local_ntp/most_visited_single.css |
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.css b/chrome/browser/resources/local_ntp/most_visited_single.css |
index d79a7f841b3109450acacc4c6822ababc816bba7..0723a04879c2034830003ede04ce17866e41cdfd 100644 |
--- a/chrome/browser/resources/local_ntp/most_visited_single.css |
+++ b/chrome/browser/resources/local_ntp/most_visited_single.css |
@@ -142,6 +142,11 @@ a:visited { |
text-overflow: clip; |
} |
+.mv-title.multiline { |
+ white-space: pre-wrap; |
+ word-wrap: break-word; |
+} |
+ |
.thumb-ntp .mv-title { |
-webkit-mask-image: |
linear-gradient(to right, #000, #000, 100px, transparent); |
@@ -180,7 +185,6 @@ html[dir=rtl] .thumb-ntp .mv-title[style*='direction: rtl'] { |
right: auto; |
text-align: center; |
top: 76px; |
- white-space: pre-wrap; |
width: 100%; |
z-index: 5; |
} |