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 x-model-view { | 5 x-model-view { |
6 display: -webkit-flex; | 6 display: -webkit-flex; |
7 -webkit-flex-direction: column; | 7 -webkit-flex-direction: column; |
| 8 min-width: 0; |
8 } | 9 } |
9 | 10 |
10 x-model-view { | 11 x-model-view { |
11 -webkit-user-select: none; | 12 -webkit-user-select: none; |
12 cursor: default; | 13 cursor: default; |
13 } | 14 } |
14 | 15 |
15 x-model-view > .lthi-picker { | 16 x-model-view > .lthi-picker { |
16 padding: 2px 1px 2px 1px; | 17 padding: 2px 1px 2px 1px; |
17 background-color: rgb(128, 128, 128); | 18 background-color: rgb(128, 128, 128); |
(...skipping 28 matching lines...) Expand all Loading... |
46 width: 200px; | 47 width: 200px; |
47 border-right: 1px solid black; | 48 border-right: 1px solid black; |
48 overflow-y: auto; | 49 overflow-y: auto; |
49 } | 50 } |
50 | 51 |
51 | 52 |
52 x-model-view x-lthi-view, | 53 x-model-view x-lthi-view, |
53 x-model-view x-analysis-view { | 54 x-model-view x-analysis-view { |
54 padding: 4px 0 4px 12px; | 55 padding: 4px 0 4px 12px; |
55 } | 56 } |
OLD | NEW |