| OLD | NEW |
| 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 } |
| OLD | NEW |