| Index: third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| index 6b8f50f9c2939558001c6a6dcd02c3e1324c325b..6fab8931dd0b103471cd9fed7a4482a5bc7fbce8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/ConsolePrompt.js
|
| @@ -137,6 +137,7 @@ Console.ConsolePrompt = class extends UI.Widget {
|
| this._editor.setSelection(Common.TextRange.createFromLocation(0, Infinity));
|
| else
|
| this.moveCaretToEndOfPrompt();
|
| + this.setMinimumSize(0, this._editor.widget().element.offsetHeight);
|
| }
|
|
|
| /**
|
|
|