Commit 45fba8d8 authored by tbarzic@chromium.org's avatar tbarzic@chromium.org

Removing table-layout: fixed property from chrome://system page.

The property causes trouble when button text is too long (like in French)

TEST=Manual (with lanugage set to french).
BUG=chromium-os:18471

Review URL: http://codereview.chromium.org/8369003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107157 0039d316-1c4b-4281-b951-d872f2087c98
parent 27c93931
...@@ -86,7 +86,6 @@ html[dir='rtl'] #header h1 { ...@@ -86,7 +86,6 @@ html[dir='rtl'] #header h1 {
line-height: 200%; line-height: 200%;
border-collapse: collapse; border-collapse: collapse;
font-size: 84%; font-size: 84%;
table-layout: fixed;
width: 100%; width: 100%;
} }
.list:not(.filtered) tr:nth-child(odd) td { .list:not(.filtered) tr:nth-child(odd) td {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment