| 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 ec703ece7e7afbc29a6b32bfad6882ef566b33f9..57c0ffe554ae92d4aeb931c9308563087f797df7 100644
|
| --- a/chrome/browser/resources/options/options_page.css
|
| +++ b/chrome/browser/resources/options/options_page.css
|
| @@ -577,10 +577,10 @@ html[flashPluginSupportsClearSiteData] .clear-plugin-lso-data-disabled {
|
|
|
|
|
| /* Display a collection of sections as a table in order to display nicely
|
| - * in multiple locales. This is a further refinement of the displaytable class
|
| - * in webui.css.
|
| + * in multiple locales.
|
| */
|
| .displaytable {
|
| + display: table;
|
| width: 100%;
|
| }
|
|
|
|
|