Skip to content

Commit b68a4fa

Browse files
committed
Fix icon rendering in tabs in Safari
1 parent 3eb0770 commit b68a4fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/playground.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@
622622
}
623623

624624
#toolbar .tabs svg {
625-
height: 70%;
625+
width: 1.5em;
626+
height: 1.5em;
626627
margin-right: 4px;
627628
}
628629
#toolbar .tabs input {

0 commit comments

Comments
 (0)