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 f1f2cf2 commit 6009baeCopy full SHA for 6009bae
src/style/NewBranchDialog.ts
@@ -92,23 +92,16 @@ export const listWrapperClass = style({
92
});
93
94
export const listItemClass = style({
95
- boxSizing: 'border-box',
96
- display: 'flex',
97
flexDirection: 'row',
98
flexWrap: 'wrap',
99
100
width: '100%',
101
- minHeight: '55px',
102
103
/* top | right | bottom | left */
104
- padding: '4px 11px 4px 11px',
+ padding: '4px 11px 4px 11px!important',
105
106
fontSize: 'var(--jp-ui-font-size1)',
107
- lineHeight: '1.5em',
108
- textAlign: 'left',
109
-
110
- border: 'none',
111
- borderRadius: 0
+ lineHeight: '1.5em'
112
113
114
export const activeListItemClass = style({
0 commit comments