UNPKG

@jupyterlab/git

Version:

A JupyterLab extension for version control using git

8 lines (7 loc) 175 B
import { style } from 'typestyle'; export const fileListWrapperClass = style({ flex: '1 1 auto', minHeight: '150px', overflow: 'hidden', overflowY: 'auto' });