diff --git a/app/assets/stylesheets/common/base/rtl.scss b/app/assets/stylesheets/common/base/rtl.scss index 9a6dfeb7e..83fb33676 100644 --- a/app/assets/stylesheets/common/base/rtl.scss +++ b/app/assets/stylesheets/common/base/rtl.scss @@ -31,3 +31,10 @@ border-left-color: transparent !important; border-right-color: $secondary !important; } +code { + direction: ltr !important; + text-aligh: left !important; +} +.pull-left { + float:right !important; +}