Skip to content

Commit dbfa5fd

Browse files
committed
Fixes associate issue button styles
1 parent fd99863 commit dbfa5fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/webviews/apps/plus/home/components/active-work.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ export class GlActiveBranchCard extends GlBranchCardBase {
275275
gl-work-item {
276276
--gl-card-vertical-padding: 0.4rem;
277277
}
278+
279+
.associate-issue-action {
280+
--button-padding: 0.2rem;
281+
--button-line-height: 1.2rem;
282+
}
278283
`,
279284
];
280285

@@ -562,6 +567,7 @@ export class GlActiveBranchCard extends GlBranchCardBase {
562567
return html`<div class="branch-item__row" full>
563568
<span class="branch-item__missing" full>Current work item</span>
564569
<gl-button
570+
class="associate-issue-action"
565571
appearance="toolbar"
566572
href=${this.createCommandLink<AssociateIssueWithBranchCommandArgs>(
567573
'gitlens.associateIssueWithBranch',

0 commit comments

Comments
 (0)