Skip to content

Instantly share code, notes, and snippets.

@etosch
Created February 27, 2014 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etosch/9256283 to your computer and use it in GitHub Desktop.
Save etosch/9256283 to your computer and use it in GitHub Desktop.
The default setting is to display the "Submit Early" button in the same location as the final "Submit" button. This position is very close to the "Next" button and could lead to accidental submission.
.breakoff {
white-space : nowrap;
display : block;
position : relative;
top : 10px;
left : 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment