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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 2902623002: DevTools: Overlay scrollbars block the console readline (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/devtools/front_end/console/consoleView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
index a6df12f2e32b6badf40f6ff66a25eae0c79976b5..cf167e156ac21ffba6c2471e2b256c6271367697 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -98,6 +98,8 @@
min-height: 18px; /* Sync with ConsoleViewMessage.js */
flex: auto;
display: flex;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.console-message > * {
@@ -295,9 +297,8 @@
}
.console-object-preview {
- white-space: normal;
- word-wrap: break-word;
font-style: italic;
+ white-space: nowrap;
}
.console-object-preview .name {

Powered by Google App Engine
This is Rietveld 408576698