Skip to content

Commit 07b1a46

Browse files
committed
Fixes button alignment in graph header
1 parent f29f0b8 commit 07b1a46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webviews/apps/plus/graph/actions/gitActionsButtons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ export class PushPullButton extends LitElement {
116116
actionButton,
117117
ruleBase,
118118
css`
119+
:host {
120+
display: contents;
121+
}
122+
119123
.pill {
120124
display: inline-block;
121125
padding: 0.2rem 0.5rem;

0 commit comments

Comments
 (0)