UNPKG

chrome-devtools-frontend

Version:
28 lines (22 loc) 616 B
/* * Copyright 2019 The Chromium Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ devtools-data-grid.no-border-top-datagrid { /* make sure there is no top border, it ruins the menu view */ border-top: 0; } devtools-data-grid.event-display-table-contents-table-container { height: 100%; } .event-display-table-basic-text-table-entry { line-height: 26px; } .event-display-table-contents-json-wrapper > devtools-widget.json-view { overflow: visible; } .data-grid > .data-container > table.data { height: auto; table-layout: auto; }