Skip to content

Commit e2d86df

Browse files
committed
Modifies the current issue card to be shorter than the other cards
reduces the top/bottom padding to 4px from 8px (#4332)
1 parent 099e53e commit e2d86df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,8 @@ export class GlWorkUnit extends LitElement {
11831183
11841184
gl-card::part(base) {
11851185
margin-block-end: 0;
1186+
padding-top: 0.4rem;
1187+
padding-bottom: 0.4rem;
11861188
}
11871189
`,
11881190
];

0 commit comments

Comments
 (0)