Chromium Code Reviews| 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; |
| +} |