mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 13:49:54 -04:00
fix rtl changing general styles
This commit is contained in:
parent
996ab1ae17
commit
2282869f30
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue