Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / src / ui / list_and_associated_view.css
blob7c66237580d58941f7255a44d0b6b9d36aa8f391
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
3 * found in the LICENSE file. */
4 x-list-and-associated-view {
5 display: -webkit-flex;
6 -webkit-flex-direction: row;
9 x-list-and-associated-view > x-list-view {
10 min-width: 100px;
13 x-list-and-associated-view > :nth-child(2) {
14 -webkit-flex: 1;