| 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 {
|
|
|