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

Side by Side Diff: Source/devtools/front_end/elements/elementsTreeOutline.css

Issue 649633005: DevTools: fix nowrap style in the elements panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 .outline-disclosure { 7 .outline-disclosure {
8 line-height: normal; 8 line-height: normal;
9 } 9 }
10 10
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 to { background-color: inherit; } 254 to { background-color: inherit; }
255 } 255 }
256 256
257 .pick-node-mode { 257 .pick-node-mode {
258 cursor: pointer; 258 cursor: pointer;
259 } 259 }
260 260
261 .webkit-html-attribute-value a { 261 .webkit-html-attribute-value a {
262 cursor: default !important; 262 cursor: default !important;
263 } 263 }
264
265 .nowrap {
266 white-space: pre !important;
267 }
268
269 .nowrap .outline-disclosure li {
270 word-wrap: normal;
271 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/elementsPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698