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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/platformFontsWidget.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.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 2016 The Chromium Authors. All rights reserved. 2 * Copyright 2016 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 :host { 7 :host {
8 -webkit-user-select: text; 8 -webkit-user-select: text;
9 } 9 }
10 10
11 .platform-fonts {
12 flex-shrink: 0;
13 }
14
11 .font-name { 15 .font-name {
12 font-weight: bold; 16 font-weight: bold;
13 } 17 }
14 18
15 .font-usage { 19 .font-usage {
16 color: #888; 20 color: #888;
17 padding-left: 3px; 21 padding-left: 3px;
18 } 22 }
19 23
20 .title { 24 .title {
(...skipping 15 matching lines...) Expand all
36 } 40 }
37 41
38 .font-stats-item { 42 .font-stats-item {
39 padding-left: 1em; 43 padding-left: 1em;
40 } 44 }
41 45
42 .font-stats-item .font-delimeter { 46 .font-stats-item .font-delimeter {
43 margin: 0 1ex 0 1ex; 47 margin: 0 1ex 0 1ex;
44 } 48 }
45 49
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/elements/computedStyleSidebarPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698