Katie H
Results
2
issues of
Katie H
Fixes Safari display issue caused by commit https://github.com/csstools/sanitize.css/commit/97537649c8e5d53d98c8e4a6234a0917f824acf2. Linked to issue https://github.com/csstools/sanitize.css/issues/226
Commit https://github.com/csstools/sanitize.css/commit/97537649c8e5d53d98c8e4a6234a0917f824acf2# replaced ``` :where(nav li)::before { content: "\200B"; position: absolute; } ``` with ``` :where(nav li)::before { content: "\200B"; float: left; } ``` The addition of` float: left` adds...