| Index: chrome/browser/resources/md_downloads/vulcanized.html
|
| diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
|
| index 994982244de21b639e505af43e91f3ebad6a4cda..0cee1fff39967f67251d0758873bb5177644edd4 100644
|
| --- a/chrome/browser/resources/md_downloads/vulcanized.html
|
| +++ b/chrome/browser/resources/md_downloads/vulcanized.html
|
| @@ -2812,6 +2812,9 @@ paper-button {
|
| font-size: 123.1%;
|
| font-weight: 500;
|
| justify-content: center;
|
| + /* To avoid overlapping with the header, we need this min-height
|
| + * until bug 596743 is fixed. */
|
| + min-height: min-content;
|
| }
|
|
|
| #no-downloads .illustration {
|
|
|