Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/source_frame/messagesPopover.css

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /*
2 * Copyright 2017 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 .text-editor-messages-description-container {
8 display: inline-block;
9 }
10
11 .text-editor-row-message:first-child {
12 border-top-width: 0;
13 }
14
15 .text-editor-row-message {
16 line-height: 1.2;
17 white-space: nowrap;
18 display: flex;
19 align-items: center;
20 justify-content: flex-start;
21 margin-top: 2px;
22 }
23
24 .text-editor-row-message-repeat-count {
25 margin-right: 0.5em;
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698