OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
4 | 4 |
5 body.uber-frame { | 5 body.uber-frame { |
6 -webkit-margin-start: 23px; | 6 -webkit-margin-start: 23px; |
7 } | 7 } |
8 | 8 |
9 body.uber-frame > .page { | 9 body.uber-frame > .page { |
10 -webkit-margin-end: 0; | 10 -webkit-margin-end: 0; |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 tbody:not(.has-overflowed-value) button.toggle-expanded-value { | 115 tbody:not(.has-overflowed-value) button.toggle-expanded-value { |
116 display: none; | 116 display: none; |
117 } | 117 } |
118 | 118 |
119 tbody:not(.has-overflowed-value) > tr.expanded-value-container, | 119 tbody:not(.has-overflowed-value) > tr.expanded-value-container, |
120 tbody:not(.show-overflowed-value) > tr.expanded-value-container { | 120 tbody:not(.show-overflowed-value) > tr.expanded-value-container { |
121 display: none; | 121 display: none; |
122 } | 122 } |
123 | 123 |
124 td.expanded-value { | 124 td.expanded-value { |
| 125 white-space: pre; |
125 word-wrap: break-word; | 126 word-wrap: break-word; |
126 } | 127 } |
OLD | NEW |