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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sources/scopeChainSidebarPane.css

Issue 2893393002: DevTools: migrate ScopeChainSidebarPane to shadow (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 .scope-chain-sidebar-pane-section-header {
einbinder 2017/05/25 00:12:59 Copyright
luoe 2017/05/27 03:01:32 Thanks, nice catch.
2 flex: auto;
3 }
4
5 .scope-chain-sidebar-pane-section-subtitle {
6 float: right;
7 margin-left: 5px;
8 max-width: 55%;
9 text-overflow: ellipsis;
10 overflow: hidden;
11 }
12
13 .scope-chain-sidebar-pane-section-title {
14 font-weight: normal;
15 word-wrap: break-word;
16 white-space: normal;
17 }
18
19 .scope-chain-sidebar-pane-section {
20 padding: 2px 4px;
21 flex: none;
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698