| Index: chrome/browser/resources/md_downloads/manager.css
|
| diff --git a/chrome/browser/resources/md_downloads/manager.css b/chrome/browser/resources/md_downloads/manager.css
|
| index 5d0891012991d810ae2fe8a4745c885a236d0b17..89ff0acf022b678738941e10cf69e8717bed69ef 100644
|
| --- a/chrome/browser/resources/md_downloads/manager.css
|
| +++ b/chrome/browser/resources/md_downloads/manager.css
|
| @@ -33,6 +33,9 @@
|
| 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 {
|
|
|