All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.source_frame.messagesPopover.css Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
/*
 * 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:first-child {
    border-top-width: 0;
}

.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-repeat-count {
    margin-right: 0.5em;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy