UNPKG

chrome-devtools-frontend

Version:
42 lines (35 loc) 795 B
/* * Copyright 2017 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ .scope-chain-sidebar-pane-section .tree-element-title { flex-grow: 1; } .scope-chain-sidebar-pane-section-header { display: flex; align-items: flex-start; width: 100%; } .scope-chain-sidebar-pane-section-icon { flex: none; margin-right: 5px; } .scope-chain-sidebar-pane-section-subtitle { flex: 0 1 auto; margin-left: auto; max-width: 55%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .scope-chain-sidebar-pane-section-title { flex: 0 1 auto; font-weight: normal; overflow-wrap: break-word; white-space: normal; } .scope-chain-sidebar-pane-section { padding: 2px 4px; flex: none; }