Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2721333007: [MD settings] edlide content exceptions (Closed)
Patch Set: elide secondary line as well Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698