Skip to content

Commit f4b6be2

Browse files
authored
fix(icon): fix the clipboard icon on safari ios (#10762)
* fix(icon): fix the clipboard icon on safari ios Only happens on iOS. Seems like a newly added default style. Setting padding to 0 resolves the issue. * lint
1 parent 6d989e4 commit f4b6be2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: client/src/document/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ pre {
786786
margin-top: -0.1rem;
787787
mask-image: url("../assets/clippy.svg");
788788
mask-size: cover;
789+
padding: 0;
789790
width: 1rem;
790791

791792
&:hover,

0 commit comments

Comments
 (0)