| Index: chrome/browser/resources/local_ntp/most_visited_title.css
|
| diff --git a/chrome/browser/resources/local_ntp/most_visited_title.css b/chrome/browser/resources/local_ntp/most_visited_title.css
|
| index 817c47f5a3898a75a7f9261df83733d013dc0025..41e1b06e23eff9235822b283193d5013012c91f0 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_title.css
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_title.css
|
| @@ -15,8 +15,14 @@ a {
|
| line-height: 117%;
|
| overflow: hidden;
|
| text-align: center; /* Can be overridden in JS. */
|
| - text-overflow: clip; /* Can be overridden in JS. */
|
| - white-space: pre-wrap; /* Can be overridden in JS. */
|
| + text-overflow: ellipsis; /* Can be overridden in JS. */
|
| + white-space: nowrap; /* Can be overridden in JS. */
|
| +}
|
| +
|
| +a.multiline {
|
| + text-overflow: clip;
|
| + white-space: pre-wrap;
|
| + word-wrap: break-word;
|
| }
|
|
|
| a:focus {
|
|
|