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 {
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' ,
You can’t perform that action at this time.
0 commit comments