UNPKG

chrome-devtools-frontend

Version:
33 lines (27 loc) 632 B
/* * Copyright 2017 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. */ .text-editor-messages-description-container { display: inline-block; } .text-editor-row-message { line-height: 1.2; white-space: nowrap; display: flex; align-items: center; justify-content: flex-start; margin-top: 2px; } .text-editor-row-message:first-child { border-top-width: 0; } .text-editor-row-message-repeat-count { margin-right: 0.5em; } .text-editor-row-message-icon { display: flex; margin-right: 6px; cursor: pointer; }