Skip to content

Instantly share code, notes, and snippets.

@izadmehr
Created August 30, 2016 06:43
Show Gist options
  • Save izadmehr/d1f0c8fb69d297d2d08a61e49fc10a60 to your computer and use it in GitHub Desktop.
Save izadmehr/d1f0c8fb69d297d2d08a61e49fc10a60 to your computer and use it in GitHub Desktop.
Rtl support for gitlab issue
.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