Last active
June 22, 2019 07:06
-
-
Save ahmadalli/8889d767c888ef31c620f73f4b78b6f2 to your computer and use it in GitHub Desktop.
RTL Jira with UserStyles
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
/* 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