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

Side by Side Diff: Source/devtools/front_end/promisePane.css

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 2014 The Chromium Authors. All rights reserved. 2 * Copyright 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 .promises .data-grid { 7 .promises .data-grid {
8 flex: 1 1; 8 flex: 1 1;
9 } 9 }
10 10
11 .promises .data-grid td { 11 .promises .data-grid td {
12 white-space:pre; 12 white-space:pre;
13 } 13 }
14 14
15 .promise-tracker-controls { 15 .promise-tracker-controls {
16 margin-top: 5px; 16 margin-top: 5px;
17 margin-bottom: 5px; 17 margin-bottom: 5px;
18 } 18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698