Increase the html view box in qualtrics because it's annoyingly tiny
This file contains 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
javascript:(function(){var elem = document.querySelector('.inlineEditor.html-editor'); elem.style.height = '1000px'; })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this as a bookmark in firefox, and after entering the html editor, click it.