Skip to content

Commit fc5a7ce

Browse files
committed
fix(runner): Fix typo in CSS class name for .idle
Fix a typo in the CSS class name applied to the runner web page in state idle, so the HTML markup and CSS now match.
1 parent 94934ed commit fc5a7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
}
3636

37-
.iddle {
37+
.idle {
3838
}
3939

4040
.executing {

0 commit comments

Comments
 (0)