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

Unified Diff: chrome/browser/resources/options/cookies_view.css

Issue 6327013: fix cookie info table width for certain locales (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/cookies_view.css
diff --git a/chrome/browser/resources/options/cookies_view.css b/chrome/browser/resources/options/cookies_view.css
index 737c9103d36ea983009410115f4653eafd59ea7c..1fb0f120aa540c0168f0a98a502bcd945fdce078 100644
--- a/chrome/browser/resources/options/cookies_view.css
+++ b/chrome/browser/resources/options/cookies_view.css
@@ -5,6 +5,7 @@ found in the LICENSE file.
*/
.cookies-info-table {
+ table-layout: fixed;
width: 100%;
}
@@ -38,6 +39,6 @@ html[dir=ltr] .cookie-details-label {
#cookieContent {
display: block;
- width: 520px;
+ width: 300px;
word-wrap: break-word;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698