Skip to content

Commit fef314b

Browse files
committed
Fixes inline action positioning for cards on home
1 parent d2f4884 commit fef314b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webviews/apps/plus/home/components/branch-card.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export const branchCardStyles = css`
134134
position: absolute;
135135
z-index: var(--gl-branch-card-actions-zindex, 2);
136136
right: 0.4rem;
137-
bottom: 0.4rem;
138-
padding: 0.2rem 0.4rem;
137+
bottom: 0.3rem;
138+
padding: 0.4rem 0.6rem;
139139
background-color: var(--gl-card-hover-background);
140140
}
141141

0 commit comments

Comments
 (0)