소스 검색

Remove style settings

Steven Silvester 8 년 전
부모
커밋
ea5f637393
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      test/src/notebook/notebook/default-toolbar.spec.ts

+ 0 - 4
test/src/notebook/notebook/default-toolbar.spec.ts

@@ -219,10 +219,6 @@ describe('notebook/notebook/default-toolbar', () => {
 
       it('should restart the kernel when the dialog is accepted', (done) => {
         let button = ToolbarItems.createRestartButton(panel);
-        button.node.style.minHeight = '10px';
-        button.node.style.minWidth = '10px';
-        panel.node.style.minHeight = '300px';
-        panel.node.style.minWidth = '300px';
         panel.attach(document.body);
         button.attach(document.body);
         button.node.click();