Chromium Code Reviews| Index: chrome/browser/resources/settings/people_page/people_page.html |
| diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html |
| index b66583953c23d8b74d8a28da330c0ed8dc9f515e..f84470a51aa3be6ee244a59df589e3829dc0882d 100644 |
| --- a/chrome/browser/resources/settings/people_page/people_page.html |
| +++ b/chrome/browser/resources/settings/people_page/people_page.html |
| @@ -99,17 +99,6 @@ |
| padding-bottom: 10px; |
| padding-top: 10px; |
| } |
| - |
|
scottchen
2017/01/23 21:22:41
Moving this to settings_shared_css.html to be reus
|
| - /** |
| - * By default, flexbox children have min-width calculated to be the width |
| - * of the content. However, in some cases we might want to allow the |
| - * width to be smaller than the content (i.e. for long text to ellipsis). |
| - * In such cases this class should be applied. |
| - * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=1108514#c5) |
| - */ |
| - .no-min-width { |
| - min-width: 0; |
| - } |
| </style> |
| <settings-animated-pages id="pages" section="people"> |
| <neon-animatable route-path="default"> |