Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_shared_css.html |
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html |
| index dfcba57e1a90770fefe14754f2bdaf2cb75c3d4f..d3c060bed0c11454731d4c70775c161c756403ea 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -315,11 +315,18 @@ |
| flex: auto; |
| } |
| + /* For grouping elements with common flex options. */ |
| .settings-row { |
| align-items: center; |
| display: flex; |
| flex-direction: row; |
| max-width: 100%; |
| + min-width: 0; /* Workaround for text elision in sub-elements. */ |
| + } |
| + |
| + /* Expand to fill-up available space. */ |
| + .settings-row.wide { |
| + flex: 1; |
| } |
| .no-outline, |