UNPKG

chrome-devtools-frontend

Version:
28 lines (22 loc) 529 B
/* * Copyright (c) 2020 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. */ .issues-pane { overflow: hidden; } .issues-toolbar-container { display: flex; flex: none; } .issues-toolbar-container > devtools-toolbar { background-color: var(--sys-color-cdt-base-container); border-bottom: 1px solid var(--sys-color-divider); } .issues-toolbar-left { flex: 1 1 auto; } .issues-toolbar-right { padding-right: 6px; }