Created
May 1, 2019 14:23
-
-
Save jamesnotjim/9cc716be41f7811db590ab93dd817e2b to your computer and use it in GitHub Desktop.
BindTuning Calendar Fix for SharePoint Modern pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/css"> | |
@page { | |
a[href]:after{ | |
content: none !important | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment