Skip to content

Instantly share code, notes, and snippets.

@adityapunjani
Last active November 18, 2016 01:27
Show Gist options
  • Save adityapunjani/16d332efc074edb1cdc0ac05a40e7161 to your computer and use it in GitHub Desktop.
Save adityapunjani/16d332efc074edb1cdc0ac05a40e7161 to your computer and use it in GitHub Desktop.
Jenkins Configure page fix
@charset "utf-8";
* {
-webkit-font-smoothing: auto !important;
}
.CodeMirror.CodeMirror.CodeMirror {
display: table !important;
table-layout: fixed !important;
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment