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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css

Issue 2171653002: DevTools: fix computed style pane layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 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 .computed-properties { 7 .computed-properties {
8 -webkit-user-select: text; 8 -webkit-user-select: text;
9 flex-shrink: 0;
9 } 10 }
10 11
11 .computed-style-property { 12 .computed-style-property {
12 display: flex; 13 display: flex;
13 overflow: hidden; 14 overflow: hidden;
14 flex: auto; 15 flex: auto;
15 } 16 }
16 17
17 .computed-style-property .property-name { 18 .computed-style-property .property-name {
18 min-width: 5em; 19 min-width: 5em;
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 margin-left: 4px; 119 margin-left: 4px;
119 } 120 }
120 121
121 .delimeter { 122 .delimeter {
122 color: transparent; 123 color: transparent;
123 } 124 }
124 125
125 .delimeter::selection { 126 .delimeter::selection {
126 color: transparent; 127 color: transparent;
127 } 128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698