Last active
December 12, 2023 15:58
-
-
Save nicwolff/0d637d99b51d3a83ce7cb587219da940 to your computer and use it in GitHub Desktop.
CSS user stylesheet to fix new JIRA idiocy
This file contains hidden or 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
div:has(> div[role="presentation"] > div[aria-label="Status"]), .ebGQhf, .css-1eekove, | |
div:has(> div > button[aria-label="Open workload by assignee summary modal"]) { | |
display: none !important; | |
} | |
.erfPIV { | |
height: auto !important; | |
} | |
.ikRSVX, .gQAHKO { | |
grid-template-rows: [start card-detail] 40px [end] !important; | |
height: 41px !important; | |
} | |
.hlhlPH > div, .cCZsuw > div { | |
position: relative !important; | |
top: auto !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment