Skip to content

Instantly share code, notes, and snippets.

@rogeriochaves
Created May 15, 2020 12:44
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 rogeriochaves/195685db5e5c210d28541a0b77606268 to your computer and use it in GitHub Desktop.
Save rogeriochaves/195685db5e5c210d28541a0b77606268 to your computer and use it in GitHub Desktop.
Clean Jira
.ghx-controls-filters, .ghx-qty, .ghx-issue-fields .ghx-key, .ghx-card-footer .ghx-type, .ghx-card-footer .ghx-flags, .ghx-card-footer .ghx-end, .ghx-card-footer .ghx-days, #announcement-banner {
display: none!important;
}
#ghx-pool-column {
padding: 0 20px;
}
.ghx-issue .ghx-highlighted-fields .ghx-highlighted-field {
max-width: none;
}
.ghx-column {
min-width: 250px!important;
}
#ghx-column-headers {
grid-template-columns: repeat(auto-fit, minmax(243px, 1fr))!important;
}
.ghx-swimlane {
min-height: 100vh;
}
.ghx-highlighted-fields {
position: absolute;
top: 0;
}
.ghx-issue-fields {
padding-top: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment