| 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 cacc6e37bfec3af6550c57fbc53aca7eb4e04313..3b90d5ad75384899a982949508fce563d20cc9aa 100644
|
| --- a/chrome/browser/resources/local_ntp/most_visited_title.css
|
| +++ b/chrome/browser/resources/local_ntp/most_visited_title.css
|
| @@ -7,7 +7,7 @@ body {
|
|
|
| a {
|
| overflow: hidden;
|
| - text-align: center;
|
| - text-overflow: ellipsis;
|
| + text-align: center; /* Can be overridden in JS. */
|
| + text-overflow: ellipsis; /* Can be overridden in JS. */
|
| white-space: nowrap;
|
| }
|
|
|