Commit 4e31fb42 authored by horo's avatar horo Committed by Commit bot

Don't hide the scope in chrome://serviceworker-internals/.

Currently max-width is set in .serviceworker-scope.
So if the scope is too long, it could be hidden.

BUG=N/A

Review URL: https://codereview.chromium.org/506603003

Cr-Commit-Position: refs/heads/master@{#292084}
parent 2b2b17a7
...@@ -24,12 +24,9 @@ ...@@ -24,12 +24,9 @@
.serviceworker-scope { .serviceworker-scope {
color: rgb(85, 102, 221); color: rgb(85, 102, 221);
display: inline-block; display: inline-block;
max-width: 500px;
overflow: hidden;
padding-bottom: 1px; padding-bottom: 1px;
padding-top: 4px; padding-top: 4px;
text-decoration: none; text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
......
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