Skip to content

Instantly share code, notes, and snippets.

@DinisCruz
Created August 24, 2018 07:53
Show Gist options
  • Save DinisCruz/139cb8b3c2f4e98c6d93eef622edb0cb to your computer and use it in GitHub Desktop.
Save DinisCruz/139cb8b3c2f4e98c6d93eef622edb0cb to your computer and use it in GitHub Desktop.
Jira JQuery filters
$('.jira-issues th').css({ 'min-width' : '100px' } )
$('#title-text').height(100)
$('.jira-issues th:nth-child(1)').css({'min-width': '700px'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment