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 8e9273b commit b1676c7Copy full SHA for b1676c7
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
@@ -1152,6 +1152,8 @@ export class GlWorkUnit extends LitElement {
1152
1153
gl-card::part(base) {
1154
margin-block-end: 0;
1155
+ padding-top: var(--gl-card-vertical-padding, 0.8rem);
1156
+ padding-bottom: var(--gl-card-vertical-padding, 0.8rem);
1157
1158
1159
0 commit comments