diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5a8b4..d3241d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes to sanitize.css +### 13.0.1 (September 28, 2021) + +- Fixed: Prevent zero-width space from consuming space in Safari. + ### 13.0.0 (September 14, 2021) - Added: `:where` too all selectors, reducing specificity to nearly zero. diff --git a/sanitize.css b/sanitize.css index 53de7e9..f2a2e2a 100644 --- a/sanitize.css +++ b/sanitize.css @@ -101,7 +101,7 @@ :where(nav li)::before { content: "\200B"; - float: left; + position: absolute; } /**