mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-01 21:10:14 +02:00
Remove unnecessary dollar sign from Chromium bug fix (#5394)
This commit is contained in:
@@ -245,7 +245,7 @@ const InlineChromiumBugfix = () => (
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
${String.fromCodePoint(160) /* Non-breaking space */}
|
{String.fromCodePoint(160) /* Non-breaking space */}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user