Skip to content

Commit 6009bae

Browse files
committed
Remove unused styles and remove min height requirement
1 parent f1f2cf2 commit 6009bae

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/style/NewBranchDialog.ts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,16 @@ export const listWrapperClass = style({
9292
});
9393

9494
export const listItemClass = style({
95-
boxSizing: 'border-box',
96-
display: 'flex',
9795
flexDirection: 'row',
9896
flexWrap: 'wrap',
9997

10098
width: '100%',
101-
minHeight: '55px',
10299

103100
/* top | right | bottom | left */
104-
padding: '4px 11px 4px 11px',
101+
padding: '4px 11px 4px 11px!important',
105102

106103
fontSize: 'var(--jp-ui-font-size1)',
107-
lineHeight: '1.5em',
108-
textAlign: 'left',
109-
110-
border: 'none',
111-
borderRadius: 0
104+
lineHeight: '1.5em'
112105
});
113106

114107
export const activeListItemClass = style({

0 commit comments

Comments
 (0)