Chromium Code Reviews| Index: chrome/browser/resources/certificate_viewer.css |
| diff --git a/chrome/browser/resources/certificate_viewer.css b/chrome/browser/resources/certificate_viewer.css |
| index 0a16d15492a0282c1943cc337bd73c135d9534f7..ac74efae637f326464cf407bebf2d5f3eae6eca7 100644 |
| --- a/chrome/browser/resources/certificate_viewer.css |
| +++ b/chrome/browser/resources/certificate_viewer.css |
| @@ -3,7 +3,8 @@ |
| * found in the LICENSE file. */ |
| /* Using 100% width within body should exclude margins. */ |
| -html, body { |
| +html, |
| +body { |
| height: 100%; |
| width: 100%; |
| } |