Skip to content

Style Injected to Jira Servicedesk Gets Overwritten #1811

Closed Answered by tophf
thekief asked this question in Q&A
Discussion options

You must be logged in to vote

Increase the specificity by adding !important:

#content-wrapper { width: 80% !important }

and optionally by adding dummy ids:

#content-wrapper:not(#foo) { width: 80% !important }

More info: https://github.com/openstyles/stylus/wiki/Writing-styles#overwriting-page-styles

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thekief
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants