Created
August 30, 2016 06:43
-
-
Save izadmehr/d1f0c8fb69d297d2d08a61e49fc10a60 to your computer and use it in GitHub Desktop.
Rtl support for gitlab issue
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
.content .title, | |
.content .description, | |
.note-textarea, | |
#issue_title, | |
.note-text { | |
font-family: "Tahoma"; | |
text-align: right; | |
direction: rtl; | |
} | |
.title.hide-collapsed { | |
direction: ltr; | |
text-align: left; | |
} | |
h4.card-title { | |
text-align: right; | |
direction: rtl; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment