We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82f269 commit cbf87b9Copy full SHA for cbf87b9
src/webviews/apps/plus/home/components/active-work.ts
@@ -237,6 +237,10 @@ export class GlActiveBranchCard extends GlBranchCardBase {
237
color: var(--vscode-descriptionForeground);
238
font-style: italic;
239
}
240
+
241
+ gl-work-item {
242
+ --gl-card-vertical-padding: 0.4rem;
243
+ }
244
`,
245
];
246
src/webviews/apps/plus/home/components/branch-card.ts
@@ -1175,6 +1175,8 @@ export class GlWorkUnit extends LitElement {
1175
1176
gl-card::part(base) {
1177
margin-block-end: 0;
1178
+ padding-top: var(--gl-card-vertical-padding, 0.8rem);
1179
+ padding-bottom: var(--gl-card-vertical-padding, 0.8rem);
1180
1181
1182
0 commit comments