Index: chrome/browser/resources/options/options_page.css |
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css |
index d6dc054df8e359977e906c771b318a18d48612d0..346cde667df87a0be38e6b3e621665cddfbae068 100644 |
--- a/chrome/browser/resources/options/options_page.css |
+++ b/chrome/browser/resources/options/options_page.css |
@@ -572,12 +572,10 @@ html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled { |
/* Display a collection of sections as a table in order to display nicely |
- * in multiple locales. The left column should expand to accomodate the |
- * widest label without introducing excessive whitespace. Labels in |
- * languages such as German or Dutch tend to be wider than for English. |
+ * in multiple locales. This is a further refinement of the displaytable class |
+ * in webui.css. |
*/ |
.displaytable { |
- display: table; |
width: 100%; |
} |