Last active
July 31, 2018 04:15
-
-
Save smtchahal/4e9012401e169e79c203ee34c6575c77 to your computer and use it in GitHub Desktop.
Hide dashed lines in Google Docs when you disable print layout
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
.kix-page-compact::before { | |
border-top: unset; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment