mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
text-decoration fix
This commit is contained in:
parent
9553ab54fd
commit
d1626c546b
@ -62,7 +62,8 @@
|
|||||||
fontSize:12,
|
fontSize:12,
|
||||||
borderRadius:12,
|
borderRadius:12,
|
||||||
width:'auto',
|
width:'auto',
|
||||||
height:'auto'
|
height:'auto',
|
||||||
|
textDecoration:'none'
|
||||||
}).hide().fadeIn().appendTo('body');
|
}).hide().fadeIn().appendTo('body');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user