Skip to content

Commit 615c5c5

Browse files
committed
Fix rollup=iffy style
1 parent 159a02f commit 615c5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/html/queue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
.yes, .rollup_always, .no, .rollup_never {
7575
white-space: nowrap;
7676
}
77-
.yes:before, .rollup_always:before, .no:before, .rollup_never:before {
77+
.yes:before, .rollup_always:before, .no:before, .rollup_never:before, .rollup_iffy:before {
7878
content: "";
7979
display: inline-block;
8080
width: 0.4em;

0 commit comments

Comments
 (0)