Created
August 24, 2018 07:53
-
-
Save DinisCruz/139cb8b3c2f4e98c6d93eef622edb0cb to your computer and use it in GitHub Desktop.
Jira JQuery filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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