CSS样式  |  12行  |  337 B

/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
.raster-task-slice-view {
  -webkit-flex-direction: column;
  display: -webkit-flex;
}

.raster-task-slice-view > object-snapshot-view {
  -webkit-flex: 1 1 auto;
}