Skip to content

Commit 0136c61

Browse files
committed
Fix missing space
1 parent ed0a9a4 commit 0136c61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@
218218
}
219219
.invalid.example:not(.no-marker)::before,
220220
.illegal.example:not(.no-marker)::before {
221-
content: "Invalid Example";
222-
content: "Invalid Example" counter(example);
221+
content: "Invalid Example ";
222+
content: "Invalid Example " counter(example);
223223
}
224224

225225
/******************************************************************************/

0 commit comments

Comments
 (0)