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

Unified Diff: Source/devtools/front_end/components/breakpointsList.css

Issue 1210103004: DOM breakpoint is not properly aligned with its checkbox in DOM breakpoints tab (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/breakpointsList.css
diff --git a/Source/devtools/front_end/components/breakpointsList.css b/Source/devtools/front_end/components/breakpointsList.css
index 133f64af2bdd2d71d5625e368e20e67bb13afe3b..97d8e9a6e28a12f8fa9cf163a284274667947d1c 100644
--- a/Source/devtools/front_end/components/breakpointsList.css
+++ b/Source/devtools/front_end/components/breakpointsList.css
@@ -160,3 +160,12 @@ li.breakpoint-hit .breakpoint-hit-marker {
float: right;
margin: 2px 3px 0 2px;
}
+
+.dom-breakpoints-list > li {
+ display: flex;
+}
+
+.dom-breakpoints-list .dom-breakpoint > div {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
« no previous file with comments | « Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698