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

Unified Diff: chrome/browser/resources/settings/site_settings/site_data_details_subpage.html

Issue 2497743002: [MD settings] make whole cookie visible (Closed)
Patch Set: Created 4 years, 1 month 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/settings/site_settings/site_data_details_subpage.html
diff --git a/chrome/browser/resources/settings/site_settings/site_data_details_subpage.html b/chrome/browser/resources/settings/site_settings/site_data_details_subpage.html
index 813ff27b959af19e91c6849ae9d6527169436db8..ece1b3ea69f72b87982527f987e92c80d867c305 100644
--- a/chrome/browser/resources/settings/site_settings/site_data_details_subpage.html
+++ b/chrome/browser/resources/settings/site_settings/site_data_details_subpage.html
@@ -13,6 +13,13 @@
[first] {
border-top: none;
}
+
+ .secondary,
+ .start {
+ -webkit-user-select: text;
dpapad 2016/11/12 01:15:14 user-select should work I think (no prefix needed)
dschuyler 2016/11/12 01:26:47 It's only cookies.
dpapad 2016/11/12 01:36:57 As of https://bugs.chromium.org/p/chromium/issues/
+ max-width: 100%;
+ word-wrap: break-word;
+ }
</style>
<template is="dom-repeat" items="[[entries_]]">
<div class="settings-box" first$="[[!index]]">
« 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