Skip to content

Instantly share code, notes, and snippets.

@emafriedrich
Created August 16, 2017 09:37
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 emafriedrich/6009f3654c11b800888bc26a11e15a78 to your computer and use it in GitHub Desktop.
Save emafriedrich/6009f3654c11b800888bc26a11e15a78 to your computer and use it in GitHub Desktop.
Print input like label
@media print {
.no-print {
display: none !important;
}
.form-control
{
border: 0;
padding:0;
overflow:visible;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment