File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/webviews/apps/plus/home/components Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,11 @@ export class GlActiveBranchCard extends GlBranchCardBase {
275
275
gl-work-item {
276
276
--gl-card-vertical-padding: 0.4rem;
277
277
}
278
+
279
+ .associate-issue-action {
280
+ --button-padding: 0.2rem;
281
+ --button-line-height: 1.2rem;
282
+ }
278
283
` ,
279
284
] ;
280
285
@@ -562,6 +567,7 @@ export class GlActiveBranchCard extends GlBranchCardBase {
562
567
return html `< div class ="branch-item__row " full >
563
568
< span class ="branch-item__missing " full > Current work item</ span >
564
569
< gl-button
570
+ class ="associate-issue-action "
565
571
appearance ="toolbar "
566
572
href =${ this . createCommandLink < AssociateIssueWithBranchCommandArgs > (
567
573
'gitlens.associateIssueWithBranch' ,
You can’t perform that action at this time.
0 commit comments