Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_dialog.css |
| diff --git a/chrome/browser/resources/settings/settings_dialog.css b/chrome/browser/resources/settings/settings_dialog.css |
| index f868244eaf6d680e775b5b3cf4fde8b48a951da7..e2d69f55d855fee105eb1fefbe560430f92b481e 100644 |
| --- a/chrome/browser/resources/settings/settings_dialog.css |
| +++ b/chrome/browser/resources/settings/settings_dialog.css |
| @@ -28,6 +28,8 @@ paper-dialog .title { |
| } |
| paper-dialog .body { |
| + display: flex; |
| + flex-flow: column; |
|
dpapad
2016/01/12 20:11:27
Nit: I don't think these make any visual differenc
dschuyler
2016/01/12 20:27:02
Ah, I believe they did in Patch 1 of this CL and t
|
| font-size: 1em; |
| margin: 20px 0; |
| } |
| @@ -56,7 +58,6 @@ paper-dialog .explanation { |
| paper-dialog .button-container { |
| display: flex; |
| - flex: 1; |
| justify-content: flex-end; |
| } |