UNPKG

chrome-devtools-frontend

Version:
21 lines (18 loc) 426 B
/* * Copyright 2021 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. */ :host { grid-column-start: span 2; min-width: min-content; } .section { padding: var(--sys-size-5) var(--sys-size-9); display: flex; flex-direction: row; align-items: center; flex: auto; overflow-wrap: break-word; overflow: hidden; }