Skip to content

Commit 2edfbf8

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, #4349)
1 parent 9ccf41d commit 2edfbf8

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
@@ -1185,6 +1185,8 @@ export class GlWorkUnit extends LitElement {
11851185
11861186
gl-card::part(base) {
11871187
margin-block-end: 0;
1188+
padding-top: 0.4rem;
1189+
padding-bottom: 0.4rem;
11881190
}
11891191
`,
11901192
];

0 commit comments

Comments
 (0)