Skip to content

Commit 3b84174

Browse files
committed
Fixes nav button wrapping in the inspect view
1 parent 8555f35 commit 3b84174

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webviews/apps/commitDetails/components/gl-inspect-nav.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ export class GlInspectNav extends LitElement {
4444
max-width: 100%;
4545
}
4646
47+
.group:last-child {
48+
margin-inline-start: auto;
49+
}
50+
4751
.sha {
4852
margin: 0 0.5rem 0 0.25rem;
4953
}

0 commit comments

Comments
 (0)