OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2015 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 .computed-properties { | 7 .computed-properties { |
8 -webkit-user-select: text; | 8 -webkit-user-select: text; |
| 9 flex-shrink: 0; |
9 } | 10 } |
10 | 11 |
11 .computed-style-property { | 12 .computed-style-property { |
12 display: flex; | 13 display: flex; |
13 overflow: hidden; | 14 overflow: hidden; |
14 flex: auto; | 15 flex: auto; |
15 } | 16 } |
16 | 17 |
17 .computed-style-property .property-name { | 18 .computed-style-property .property-name { |
18 min-width: 5em; | 19 min-width: 5em; |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 margin-left: 4px; | 119 margin-left: 4px; |
119 } | 120 } |
120 | 121 |
121 .delimeter { | 122 .delimeter { |
122 color: transparent; | 123 color: transparent; |
123 } | 124 } |
124 | 125 |
125 .delimeter::selection { | 126 .delimeter::selection { |
126 color: transparent; | 127 color: transparent; |
127 } | 128 } |
OLD | NEW |