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

Unified Diff: Source/devtools/front_end/network/blockedURLsPane.css

Issue 1327893002: [DevTools] Fix overlapping while editing blocked url. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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: Source/devtools/front_end/network/blockedURLsPane.css
diff --git a/Source/devtools/front_end/network/blockedURLsPane.css b/Source/devtools/front_end/network/blockedURLsPane.css
index 043571c16ba33e4adcd9288335062d9961e11ced..1d3a928620b61c9c7b6421d57b7f6967b189ef01 100644
--- a/Source/devtools/front_end/network/blockedURLsPane.css
+++ b/Source/devtools/front_end/network/blockedURLsPane.css
@@ -42,6 +42,7 @@
text-overflow: ellipsis;
overflow: hidden;
flex: auto;
+ margin-right: 5px;
}
.blocked-url .remove-button {
« 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