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

Unified Diff: content/browser/resources/service_worker/serviceworker_internals.css

Issue 506603003: Don't hide the scope in chrome://serviceworker-internals/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: content/browser/resources/service_worker/serviceworker_internals.css
diff --git a/content/browser/resources/service_worker/serviceworker_internals.css b/content/browser/resources/service_worker/serviceworker_internals.css
index 0ac2528098c283baf1d70867d5499017fdc82b6c..760c993ab167742992d289708e8e8142c23095c0 100644
--- a/content/browser/resources/service_worker/serviceworker_internals.css
+++ b/content/browser/resources/service_worker/serviceworker_internals.css
@@ -24,12 +24,9 @@
.serviceworker-scope {
color: rgb(85, 102, 221);
display: inline-block;
- max-width: 500px;
- overflow: hidden;
padding-bottom: 1px;
padding-top: 4px;
text-decoration: none;
- text-overflow: ellipsis;
white-space: nowrap;
}
« 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