Skip to content

Instantly share code, notes, and snippets.

@ahmadalli
Last active June 22, 2019 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadalli/8889d767c888ef31c620f73f4b78b6f2 to your computer and use it in GitHub Desktop.
Save ahmadalli/8889d767c888ef31c620f73f4b78b6f2 to your computer and use it in GitHub Desktop.
RTL Jira with UserStyles
/* import this as mozilla format */
@-moz-document domain("<your jira domain>") {
.ghx-summary, .user-content-block, .action-body {
direction: rtl;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment