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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/reportView.css

Issue 2086433002: DevTools: do not flex-shrink ReportView values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | 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 background-color: #f9f9f9; 8 background-color: #f9f9f9;
9 } 9 }
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 71
72 .report-field-name { 72 .report-field-name {
73 color: #888; 73 color: #888;
74 flex: 0 0 128px; 74 flex: 0 0 128px;
75 text-align: right; 75 text-align: right;
76 padding: 0 6px; 76 padding: 0 6px;
77 white-space: pre; 77 white-space: pre;
78 } 78 }
79 79
80 .report-field-value { 80 .report-field-value {
81 flex: auto; 81 flex: none;
82 padding: 0 6px; 82 padding: 0 6px;
83 text-overflow: ellipsis; 83 text-overflow: ellipsis;
84 overflow: hidden; 84 overflow: hidden;
85 white-space: pre; 85 white-space: pre;
86 } 86 }
87 87
88 .report-field-value-subtitle { 88 .report-field-value-subtitle {
89 color: #888; 89 color: #888;
90 line-height: 14px; 90 line-height: 14px;
91 } 91 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698