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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 .breakpoint-list > li {
dgozman 2017/05/30 21:53:39 Copyright.
luoe 2017/05/31 03:09:24 Done.
2 display: flex;
3 }
4
5 .breakpoint-list .dom-breakpoint > div {
6 overflow: hidden;
7 text-overflow: ellipsis;
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698