Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 /* | |
| 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 | |
| 4 * found in the LICENSE file. | |
| 5 */ | |
| 6 | |
| 7 .promises .data-grid { | |
| 8 flex: 1 1; | |
| 9 } | |
| 10 | |
| 11 .promises .data-grid td { | |
| 12 white-space:pre; | |
| 13 } | |
| 14 | |
| 15 .promise-tracker-controls { | |
| 16 margin-top: 5px; | |
| 17 margin-bottom: 5px; | |
| 18 } | |
| OLD | NEW |