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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/domBreakpointsSidebarPane.css

Issue 2900843002: DevTools: remove BreakpointsSidebarPaneBase and breakpointsList.css (Closed)
Patch Set: remove the base, and also rebase Created 3 years, 7 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
Index: third_party/WebKit/Source/devtools/front_end/components/domBreakpointsSidebarPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/domBreakpointsSidebarPane.css b/third_party/WebKit/Source/devtools/front_end/components/domBreakpointsSidebarPane.css
new file mode 100644
index 0000000000000000000000000000000000000000..6bd6b9448a2770fa29ea8a98dd736d7482322a68
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/components/domBreakpointsSidebarPane.css
@@ -0,0 +1,8 @@
+.breakpoint-list > li {
dgozman 2017/05/30 21:53:39 Copyright.
luoe 2017/05/31 03:09:24 Done.
+ display: flex;
+}
+
+.breakpoint-list .dom-breakpoint > div {
+ overflow: hidden;
+ text-overflow: ellipsis;
+}

Powered by Google App Engine
This is Rietveld 408576698