Chromium Code Reviews| Index: chrome/browser/resources/local_ntp/most_visited_thumbnail.css |
| diff --git a/chrome/browser/resources/local_ntp/most_visited_thumbnail.css b/chrome/browser/resources/local_ntp/most_visited_thumbnail.css |
| index abe5dd05ec923e6ad4c264912a6c59e872875f0e..52eb41597910e2ac1fc08a4c7e8c5a7170c14143 100644 |
| --- a/chrome/browser/resources/local_ntp/most_visited_thumbnail.css |
| +++ b/chrome/browser/resources/local_ntp/most_visited_thumbnail.css |
| @@ -36,6 +36,7 @@ span.blocker { |
| } |
| img { |
| - height: 100%; |
| + height: auto; |
| + min-height: 100%; |
| width: 100%; |
| } |