Skip to content

Commit a2d0384

Browse files
Removes gap on active work heading when not expanded
1 parent 92a19d0 commit a2d0384

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webviews/apps/shared/components/repo-button-group.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ export class GlRepoButtonGroup extends GlElement {
4242
min-width: 7rem;
4343
}
4444
45+
:host([icons='1'][expandable]) {
46+
min-width: 0;
47+
}
48+
4549
:host([icons='2']:not([expandable])) {
4650
min-width: 9.4rem;
4751
}

0 commit comments

Comments
 (0)