Fix Prettier formatting and ESLint warning

pull/7793/head
Kaushik Harsha 4 months ago
parent 48f0b90ef4
commit 52215a8bd7

@ -6,9 +6,9 @@ mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file
*/
.jp-RunningSessions-section {
min-height: 50px !important;
max-height: 100px !important;
overflow: auto !important;
min-height: 50px !important;
max-height: 100px !important;
overflow: auto !important;
}
.lm-AccordionPanel-title {

@ -1,7 +1,7 @@
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import { IJupyterLabPage, expect, galata } from '@jupyterlab/galata';
import { expect, galata } from '@jupyterlab/galata';
import { test } from './fixtures';

Loading…
Cancel
Save