Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit b63bc42

Browse files
committed
BUG In progress icon spinning around virtual point
1 parent 3c08e9c commit b63bc42

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const extension: JupyterLabPlugin<void> = {
5454
// ]
5555
// });
5656

57-
// let id2 = INotification.inProgress("Task2 in progress!");
57+
// let id2 = INotification.inProgress("Task2 in progress! But how long will it take to get it done?");
5858
// setTimeout(INotification.update, 4500, {
5959
// toastId: id2,
6060
// message: "Task2 succeed",

style/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
content: "\F110";
103103
font-family: FontAwesome;
104104
width: 1.28571429em;
105+
height: 1.28571429em;
105106
text-align: center;
106107
box-sizing: border-box;
107108
display: inline-block;

0 commit comments

Comments
 (0)