Fix UL marker spacing on Firefox
Replaces space with nonbreaking Unicode space
This commit is contained in:
parent
1e6ebdbb52
commit
aef1f01402
|
@ -93,7 +93,7 @@ ol ol {
|
|||
}
|
||||
|
||||
ul li::marker {
|
||||
content: '∗ ';
|
||||
content: '∗\00A0';
|
||||
color: var(--bright-bg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue