Skip to content

Commit a03ae7e

Browse files
committed
Updates Inspect view webview pane layout
1 parent 9728c36 commit a03ae7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/webviews/apps/commitDetails/commitDetails.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
main {
2222
flex: 1 1 auto;
23-
// overflow: hidden;
23+
overflow: hidden;
2424
display: flex;
2525
flex-direction: column;
2626
}
@@ -36,6 +36,7 @@ gl-wip-details {
3636

3737
webview-pane-group {
3838
height: 100%;
39+
overflow: hidden;
3940
}
4041

4142
.popover-content {

src/webviews/apps/commitDetails/components/gl-wip-details.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ export class GlWipDetails extends GlDetailsBase {
249249
return html`
250250
<webview-pane
251251
collapsable
252+
flexible
252253
?expanded=${this.preferences?.pullRequestExpanded ?? true}
253254
data-region="pullrequest-pane"
254255
>

0 commit comments

Comments
 (0)