File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ const styles: CSSResultGroup = [
3434 font-family : var (--vscode-font-family , sans-serif);
3535 font-size : var (--vscode-font-size , 13px );
3636 font-weight : var (--vscode-font-weight , normal);
37- height : 22px ;
3837 line-height : 22px ;
38+ min-height : 22px ;
3939 outline-offset : -1px ;
4040 padding-right : 12px ;
4141 }
Original file line number Diff line number Diff line change @@ -682,12 +682,12 @@ export class VscodeTreeItem extends VscElement {
682682 'arrow-container' : true ,
683683 'icon-rotated' : this . open ,
684684 } ) }
685- part ="head expando "
685+ part ="arrow-icon-container "
686686 >
687687 ${ arrowIcon }
688688 </ div > `
689689 : nothing }
690- < div class =${ classMap ( iconContainerClasses ) } part ="head icon">
690+ < div class =${ classMap ( iconContainerClasses ) } part ="icon-container ">
691691 ${ this . branch && ! this . open
692692 ? html `< slot
693693 name ="icon-branch "
You can’t perform that action at this time.
0 commit comments