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