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

Unified Diff: Source/devtools/front_end/cmdevtools.css

Issue 478963002: DevTools: [CodeMirror] handle new-lines in error popovers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/source_frame/SourceFrame.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/cmdevtools.css
diff --git a/Source/devtools/front_end/cmdevtools.css b/Source/devtools/front_end/cmdevtools.css
index 6db3c268489ae7946a43b54658aff80f6d552550..387e26d7fbaae6965b5a9ef554b9508012a11afa 100644
--- a/Source/devtools/front_end/cmdevtools.css
+++ b/Source/devtools/front_end/cmdevtools.css
@@ -243,6 +243,7 @@
border-top: 1px solid rgb(215, 215, 215);
line-height: 1.2;
white-space: nowrap;
+ display: flex;
}
.text-editor-row-message .bubble-repeat-count {
@@ -252,6 +253,7 @@
.text-editor-row-message-icon {
margin-right: 1ex;
+ margin-top: 2px;
}
.CodeMirror .text-editor-line-decoration-icon {
« no previous file with comments | « no previous file | Source/devtools/front_end/source_frame/SourceFrame.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698