UNPKG

chrome-devtools-frontend

Version:
18 lines (15 loc) 394 B
/* * Copyright 2023 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. */ .ruleset-header { padding: 4px 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-bottom: 1px solid var(--sys-color-divider); } .ruleset-header devtools-icon { vertical-align: sub; }