Skip to content

Commit 09056b0

Browse files
danilsomsikovDevtools-frontend LUCI CQ
authored andcommitted
Fix the console pin styles
Make it not dependent on the styles order Bug: 450581744 Change-Id: Ia639f39b567426b4772001d15fcf1dde2afef769 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7076431 Auto-Submit: Danil Somsikov <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]>
1 parent 293bd55 commit 09056b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

front_end/panels/console/ConsoleView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ export class ConsoleView extends UI.Widget.VBox implements
505505

506506
this.pinPane = new ConsolePinPane(liveExpressionButton, () => this.prompt.focus());
507507
this.pinPane.element.classList.add('console-view-pinpane');
508+
this.pinPane.element.classList.remove('flex-auto');
508509
this.pinPane.show(this.contentsElement);
509510

510511
this.viewport = new ConsoleViewport(this);

front_end/panels/console/consoleView.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@
527527
}
528528

529529
.console-view-pinpane {
530-
flex: none;
531530
max-height: 50%;
532531
}
533532

0 commit comments

Comments
 (0)