A wide guess as to what might be creating those inconsistencies:
Here, in this use case, I assumed (wrongly) that the `.hiderighthideleft` would have priority. We either need to:
Find a way to swap the priority of both rulesets (not sure it's possible without using `!important`)
Add a check in the CSS to set this value only if there's no `hidelefthideright` class on the body element.
Charpentier Lucas on 23/Apr/25 16:22
A wide guess as to what might be creating those inconsistencies: !screenshot-1.png|thumbnail!
Here, in this use case, I assumed (wrongly) that the `.hiderighthideleft` would have priority. We either need to: * Find a way to swap the priority of both rulesets (not sure it's possible without using `!important`) * Add a check in the CSS to set this value only if there's no `hidelefthideright` class on the body element. (probably the one we'll end up using...)
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.