Fix UL marker spacing on Firefox
Replaces space with nonbreaking Unicode space
This commit is contained in:
parent
1e6ebdbb52
commit
aef1f01402
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ ol ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li::marker {
|
ul li::marker {
|
||||||
content: '∗ ';
|
content: '∗\00A0';
|
||||||
color: var(--bright-bg);
|
color: var(--bright-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue