Skip to content

Commit

Permalink
Updates Inspect view webview pane layout
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed May 12, 2024
1 parent 9728c36 commit a03ae7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webviews/apps/commitDetails/commitDetails.scss
Expand Up @@ -20,7 +20,7 @@

main {
flex: 1 1 auto;
// overflow: hidden;
overflow: hidden;
display: flex;
flex-direction: column;
}
Expand All @@ -36,6 +36,7 @@ gl-wip-details {

webview-pane-group {
height: 100%;
overflow: hidden;
}

.popover-content {
Expand Down
Expand Up @@ -249,6 +249,7 @@ export class GlWipDetails extends GlDetailsBase {
return html`
<webview-pane
collapsable
flexible
?expanded=${this.preferences?.pullRequestExpanded ?? true}
data-region="pullrequest-pane"
>
Expand Down

0 comments on commit a03ae7e

Please sign in to comment.