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 dd9ac8df21452893906e8a695aa3d7a91740942c..e1a9d4da6d71550206e01e0dcc67f92e933804e9 100644 |
| --- a/chrome/browser/resources/settings/settings_shared_css.html |
| +++ b/chrome/browser/resources/settings/settings_shared_css.html |
| @@ -138,17 +138,16 @@ |
| width: 100%; |
| } |
| + /* See also: .no-min-width below. */ |
|
dschuyler
2017/03/02 01:27:01
Yeah, it's right below this, but well, I didn't se
tommycli
2017/03/02 16:36:02
Acknowledged.
|
| .text-elide { |
| @apply(--settings-text-elide); |
| } |
| - /** |
| - * By default, flexbox children have min-width calculated to be the width |
| + /* 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) |
| - */ |
| + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=1108514#c5) */ |
| .no-min-width { |
| min-width: 0; |
| } |