Skip to content

Commit 8aee099

Browse files
committed
Prevent zero-width space from consuming space in Safari
1 parent d89f154 commit 8aee099

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

evergreen.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100

101101
:where(nav li)::before {
102102
content: "\200B";
103+
float: left;
103104
}
104105

105106
/**

sanitize.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100

101101
:where(nav li)::before {
102102
content: "\200B";
103+
position: absolute;
103104
}
104105

105106
/**

0 commit comments

Comments
 (0)